GET content/{source}/{section}.json
Summary: —
Operation ID: —
Auth: unknown
Operation ID: —
Auth: unknown
Parameters (4)
limit
(integer, query, optional, default: 20)
Limits the number of results, between 1 and 20
offset
(integer, query, optional, default: 0)
Sets the starting point of the result set
section
(string, path, required)
Limits the set of items by one or more sections all | One or more section names, separated by semicolons To get all sections, specify all. To get a particular section or sections, use the section names returned by this request: http://api.nytimes.com/svc/news/v3/content/section-list.json
source
(string, path, required)
Limits the set of items by originating source all = items from both The New York Times and The International New York Times nyt = New York Times items only iht = International New York Times items only
Constraints: {'enum': ['all', 'nyt', 'iht']}
No probe data for this endpoint yet.