GET /stats

Overall statistic of photos with and without photos

Request Traces

Request Headers

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

HTTP Response

HTTP 200

successful operation

{
   "total": 0,
   "withPhoto": 0,
   "withoutPhoto": 0,
   "photographers": 0,
   "countryCode": "string",
}
HTTP 404

Country not found

HTTP default

Unexpected error