feed

URL

http://www.nutritter.com/api/feed

Description

Get a user's food log

Authentication

Required

Parameters

since_id(optional)
Description
All results since this feed_id
Type
int
Example Value
1000
count(optional)
Description
Number of results per page
Type
int
Default Value
10
Example Value
2
page(optional)
Description
The current page of results
Type
int
Default Value
1
Example Value
1

Example

An easy way to try the Nutritter API is to use cURL. Here is an example of a curl command for feed:

Command
Output
1