https://github.com/gramps-project/gramps-web-api
A RESTful web API for Gramps - backend of Gramps Web
https://github.com/gramps-project/gramps-web-api
flask genealogy gramps hacktoberfest python rest-api
Last synced: about 9 hours ago
JSON representation
A RESTful web API for Gramps - backend of Gramps Web
- Host: GitHub
- URL: https://github.com/gramps-project/gramps-web-api
- Owner: gramps-project
- License: agpl-3.0
- Created: 2020-08-13T13:50:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2026-01-24T08:51:00.000Z (2 months ago)
- Last Synced: 2026-01-24T19:26:35.285Z (2 months ago)
- Topics: flask, genealogy, gramps, hacktoberfest, python, rest-api
- Language: Python
- Homepage: https://www.grampsweb.org
- Size: 2.74 MB
- Stars: 173
- Watchers: 10
- Forks: 107
- Open Issues: 40
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Gramps Web API
This is the repository for **Gramps Web API**, a Python REST API for [Gramps](https://gramps-project.org).
It allows to query and manipulate a [Gramps](https://gramps-project.org) family tree database via the web.
Gramps Web API is the backend of [Gramps Web](https://www.grampsweb.org/), a genealogy web app based on Gramps, but can also be used as backend for other tools.
## More information
- API documentation for Gramps Web API: https://gramps-project.github.io/gramps-web-api/
- Developer documentation for Gramps Web API: https://www.grampsweb.org/dev-backend/
- Documentation for Gramps Web: https://www.grampsweb.org
## Related projects
- Gramps Web frontend repository: https://github.com/gramps-project/gramps-web