{"note":"OpenAPI conversion -- returning structured metadata","name":"nytimes-com-timeswire","description":"Times Newswire API","version":"3.0.0","base_url":"http://api.nytimes.com/svc/news/v3","endpoints":3,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api Times Newswire API\n@base http://api.nytimes.com/svc/news/v3\n@version 3.0.0\n@auth ApiKey api-key in query\n@endpoints 3\n@toc content(2), content.json(1)\n\n@group content\n@endpoint GET /content/{source}/{section}.json\n@required {source: any # 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, section: any # 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}\n@optional {limit: any # Limits the number of results, between 1 and 20, offset: any # Sets the starting point of the result set}\n@returns(200) An array of Articles\n\n@endpoint GET /content/{source}/{section}/{time-period}.json\n@required {source: any # 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, section: any # 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, time-period: any # Limits the set of items by time published, integer in number of hours}\n@optional {limit: any # Limits the number of results, between 1 and 20, offset: any # Sets the starting point of the result set}\n@returns(200) An array of Articles\n\n@endgroup\n\n@group content.json\n@endpoint GET /content.json\n@required {url: any # The complete URL of a specific news item, URL-encoded or backslash-escaped}\n@returns(200) An array of Articles\n\n@endgroup\n\n@end\n"}