GET /content/{source}/{section}/{time-period}.json

nytimes.com:timeswire

Summary:
Operation ID:
Auth: unknown

Parameters (5)

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']}

time-period (integer, path, required)

Limits the set of items by time published, integer in number of hours

No probe data for this endpoint yet.