GET /publicInbox

Get the current public inbox, stations where photos have been uploaded

Request Traces

Request Headers

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

HTTP Response

HTTP 200

array of public inbox objects

[
   {
      "countryCode": "string",
      "stationId": "string",
      "title": "string",
      "lat": 0,
      "lon": 0,
   },
]
HTTP default

Unexpected error