{"note":"OpenAPI conversion -- returning structured metadata","name":"nytimes-com-times-tags","description":"TimesTags API","version":"1.0.0","base_url":"http://api.nytimes.com/svc/suggest/v1","endpoints":1,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api TimesTags API\n@base http://api.nytimes.com/svc/suggest/v1\n@version 1.0.0\n@auth ApiKey api-key in query\n@endpoints 1\n@toc timestags(1)\n\n@endpoint GET /timestags\n@required {query: any # Your search query}\n@optional {filter: any # If you do not specify a value for filter (see the Optional Parameters), your query will be matched to tags in all four Times dictionaries: subject, geographic location, organization and person. To use more than one, separate with commas., max: any # Sets the maximum number of results}\n@returns(200) An array of tags\n\n@end\n"}