Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/romerorodriguezd/legacy-of-rome-api
A REST Api made with Flask and SQLite that contains data about many topics from roman culture. The database uploaded here is a demo with a few rows of each role.
https://github.com/romerorodriguezd/legacy-of-rome-api
flask flask-application json json-api python rapid-api rest-api rome sqlite
Last synced: about 6 hours ago
JSON representation
A REST Api made with Flask and SQLite that contains data about many topics from roman culture. The database uploaded here is a demo with a few rows of each role.
- Host: GitHub
- URL: https://github.com/romerorodriguezd/legacy-of-rome-api
- Owner: RomeroRodriguezD
- Created: 2025-02-04T23:49:51.000Z (7 days ago)
- Default Branch: main
- Last Pushed: 2025-02-05T00:43:03.000Z (7 days ago)
- Last Synced: 2025-02-05T01:30:13.237Z (7 days ago)
- Topics: flask, flask-application, json, json-api, python, rapid-api, rest-api, rome, sqlite
- Language: Python
- Homepage: https://rapidapi.com/chimpanceinalambrico/api/legacy-of-rome-api
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Legacy of Rome API #
A simple REST Api made with Flask and SQLite that contains data about many topics from the great roman culture!
Output samples:
### Emperors ###
```
{
"name": "Aemilianus",
"birth_year": "207 AD",
"death_year": "253 AD",
"role": "Emperor",
"facts/curiosities": "Became emperor after defeating Trebonianus Gallus but ruled for only three months before being killed."
}
```### Senators ###
```
{
"name": "Tiberius Sempronius Gracchus",
"birth_year": "163 BC",
"death_year": "133 BC",
"role": "Senator",
"facts/curiosities": "Attempted to implement agrarian reforms to redistribute public lands to the poor; his assassination marked the beginning of an era of political violence in Rome."
}
```### Mythological characters ###
```
{
"name": "Salacia",
"role": "Myth",
"description": "Salacia, goddess of seawater, wife of Neptune."
}
```And much more categories to explore about this fantastic culture and its legacy. The database uploaded here is a demo with a few rows of each role.