Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.