GET /countries

List of all supported countries with their configuration

Request Traces

Request Headers

GET https://api.railway-stations.org/countries
Accept: application/json

HTTP Response

HTTP 200

successful operation

[
   {
      "code": "string",
      "name": "string",
      "email": "string",
      "timetableUrlTemplate": "string",
      "overrideLicense": "string",
      "active": false,
      "allowPhotoUploads": false,
      "message": "string",
      "providerApps":       [
         {
            "type": "string",
            "name": "string",
            "url": "string",
         },
      ],
   },
]
HTTP default

Unexpected error