Files
hospitalapi/hospital.json
Ben Melchior 19833ad384 first commit
2025-01-26 22:08:22 +01:00

16 lines
401 B
JSON

{
"hospitals": [
{
"id": 1,
"name": "Centre Hospitalier",
"address": "4, rue Ernest Barblé L-1210 Luxembourg",
"phone": "+352 44 11 11"
},
{
"id": 2,
"name": "Hopital Kirchberg",
"address": "9, rue Edward Steichen L-2540 Luxembourg",
"phone": "+352 24 68-1"
}
]
}