This API provides list of museums in Egypt.
Live: https://egypt-museums-api.000webhostapp.com/api/read.php
Created using php 8.03
this API provides output in json format as following:
- count of rows
- body of output: array of museums showing [id, museum, arabic_name, city, type, establishment year, website, location coordinates, wikipedia url]
{
"itemCount": 1,
"body": [
{
"id": "1",
"mname": "Abdeen Palace Museum",
"arabic_name": "قصر عابدين",
"city": "Cairo",
"type": "political",
"est_year": "1863",
"website": "",
"coordinates": "30.041667, 31.248333",
"wikipedia_url": "https://en.wikipedia.org/wiki/Abdeen_Palace"
}
]
}