{"note":"OpenAPI conversion -- returning structured metadata","name":"nytimes-com-archive","description":"Archive API","version":"1.0.0","base_url":"http://api.nytimes.com/svc/archive/v1","endpoints":1,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api Archive API\n@base http://api.nytimes.com/svc/archive/v1\n@version 1.0.0\n@auth ApiKey api-key in query\n@endpoints 1\n@toc {year}(1)\n\n@endpoint GET /{year}/{month}.json\n@desc Archive API\n@required {year: any # The year (e.g. 2016)., month: any # The month number (e.g. 1 for January).}\n@returns(200) The docs requested.\n\n@end\n"}