{ "base_uri": "https://api-meteored.franciscosolis.cl", "endpoints": [ { "path": "/locations", "parameters": [ { "name": "query", "value": "string", "description": "You should write here a location like your street, city and country to fetch all available locations" } ] }, { "path": "/weather", "parameters": [ { "name": "location_id", "value": "int", "description": "This is the location id, you can get it using the /locations endpoint" } ] } ] }