{"note":"OpenAPI conversion -- returning structured metadata","name":"mtaa-api-herokuapp-com","description":"Mtaa API Documentation","version":"1.0","base_url":"https://mtaa-api.herokuapp.com/api","endpoints":5,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api Mtaa API Documentation\n@base https://mtaa-api.herokuapp.com/api\n@version 1.0\n@endpoints 5\n@toc {country}(5)\n\n@endpoint GET /{country}\n@desc Returns all regions present in Tanzania\n@required {country: str # Country name in lowercase eg (Tanzania)}\n@returns(200) Successful response\n\n@endpoint GET /{country}/{region}\n@desc Returns all districts in region\n@required {country: str # Country name in lowercase eg( tanzania), region: str # Name of the region eg (Mbeya)}\n@returns(200) Successful response\n@errors {404: Resource not Found}\n\n@endpoint GET /{country}/{region}/{district}\n@desc Returns all wards in a district\n@required {country: str # Country name in lowercase eg( tanzania), region: str # Name of the region eg (Mbeya), district: str # Name of the District eg (Rungwe)}\n@returns(200) Successful response\n@errors {404: Resource not Found}\n\n@endpoint GET /{country}/{region}/{district}/{ward}\n@desc Returns all streets in a ward\n@required {country: str # Country name in lowercase eg( tanzania), region: str # Name of the region eg (Mbeya), district: str # Name of the District eg (Rungwe), ward: str # Name of the Ward eg (Kiwira)}\n@returns(200) Successful response\n@errors {404: Resource not Found}\n\n@endpoint GET /{country}/{region}/{district}/{ward}/{street}\n@desc Returns all neighborhood in a street\n@required {country: str # Country name in lowercase eg( tanzania), region: str # Name of the region eg (Mbeya), district: str # Name of the District eg (Rungwe), ward: str # Name of the Ward eg (Kiwira), street: str # Name of the Street eg (Ilundo)}\n@returns(200) Successful response\n@errors {404: Resource not Found}\n\n@end\n"}