{"note":"OpenAPI conversion -- returning structured metadata","name":"nytimes-com-top-stories","description":"Top Stories","version":"2.0.0","base_url":"http://api.nytimes.com/svc/topstories/v2","endpoints":1,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api Top Stories\n@base http://api.nytimes.com/svc/topstories/v2\n@version 2.0.0\n@auth ApiKey api-key in query\n@endpoints 1\n@toc {section}.{format}(1)\n\n@endpoint GET /{section}.{format}\n@desc Top Stories\n@required {section: any # The section the story appears in., format: any # if this is JSONP or JSON}\n@optional {callback: any # The name of the function the API call results will be passed to. Required when using JSONP. This parameter has only one valid value per section. The format is {section_name}TopStoriesCallback.}\n@returns(200) An array of articles\n\n@end\n"}