{"note":"OpenAPI conversion -- returning structured metadata","name":"nytimes-com-most-popular-api","description":"Most Popular API","version":"2.0.0","base_url":"http://api.nytimes.com/svc/mostpopular/v2","endpoints":3,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api Most Popular API\n@base http://api.nytimes.com/svc/mostpopular/v2\n@version 2.0.0\n@auth ApiKey api-key in query\n@endpoints 3\n@toc mostshared(1), mostemailed(1), mostviewed(1)\n\n@group mostshared\n@endpoint GET /mostshared/{section}/{time-period}.json\n@desc Most Shared by Section & Time Period\n@returns(200) An array of Articles\n@errors {400}\n\n@endgroup\n\n@group mostemailed\n@endpoint GET /mostemailed/{section}/{time-period}.json\n@desc Most Emailed by Section & Time Period\n@returns(200) An array of Articles\n@errors {400, 403}\n\n@endgroup\n\n@group mostviewed\n@endpoint GET /mostviewed/{section}/{time-period}.json\n@desc Most Viewed by Section & Time Period\n@returns(200) An array of Articles\n\n@endgroup\n\n@end\n"}