Location Tree

Content

Below, Mercado Libre APIs will be shared where information on the countries, states and cities of each of them is provided. The objective is that they can have the necessary information to be able to use them in integrations with Mercado Envíos.

Countries

The following API allows you to obtain information about the Countries according to their corresponding ID:

https://api.mercadolibre.com/countries/:country_id
Note:
The country values are:
  • Argentina: AR
  • Brazil: BR
  • Chile: CL
  • Colombia: CO
  • Ecuador: EC
  • Mexico: MX
  • Uruguay: UY
  • Peru: PE

States

The following API allows obtaining the information of the States according to their corresponding id:

https://api.mercadolibre.com/states/:state_id
Note:
The State Id is obtained from the Countries API.

Cities

The following API allows you to obtain information about the Cities according to their corresponding ID:

https://api.mercadolibre.com/cities/:city_id
Note:
The City Id is obtained from the States API.