GET /photoStationsByRecentPhotoImports
List stations with photos uploaded in the last 24h
Returns only the recently imported photos of a station, defined by the sinceHours parameter. Can return several photos per station, not necessarily the primary photo.
Request Traces
Request Headers
GET https://api.railway-stations.org/photoStationsByRecentPhotoImports
Accept: application/json
HTTP Response
HTTP 200
successful operation
{
"photoBaseUrl": "string",
"licenses": [
{
"id": "string",
"name": "string",
"url": "string",
},
],
"photographers": [
{
"name": "string",
"url": "string",
},
],
"stations": [
{
"country": "string",
"id": "string",
"title": "string",
"lat": 0,
"lon": 0,
"shortCode": "string",
"inactive": false,
"photos": [
{
"id": 0,
"photographer": "string",
"path": "string",
"createdAt": 0,
"license": "string",
"outdated": false,
},
],
},
],
}
HTTP default
Unexpected error
