Search Country

LLM-friendly URL
POST
https://api.luzmo.com/0.1.0/country
API call form
Examples
List of examples
  • Get country
  • Get Country and users
Description

Get the details of a certain country

Base URL
https://api.luzmo.com/0.1.0/country
Example Response
200
400
500
{
  "count": 1,
  "rows": [
    {
      "id": "US",
      "name": {
        "nl": "Verenigde Staten van Amerika",
        "fr": "Etats Unis",
        "de": "Vereinigte Staaten von Amerika",
        "en": "United States"
      },
      "created_at": "2015-01-23T23:00:59.783Z",
      "updated_at": "2015-01-23T23:00:59.783Z"
    }
  ]
}