https://github.com/bridgeconn/paratext-integration
API integration with ParaTExt
https://github.com/bridgeconn/paratext-integration
Last synced: 4 months ago
JSON representation
API integration with ParaTExt
- Host: GitHub
- URL: https://github.com/bridgeconn/paratext-integration
- Owner: Bridgeconn
- License: mit
- Created: 2018-03-16T15:38:27.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-16T16:06:37.000Z (about 8 years ago)
- Last Synced: 2025-06-08T10:02:36.629Z (about 1 year ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# paratext-integration
API integration with ParaTExt
## ParaTExt
[ParaTExt](https://pt8.paratext.org/) is world’s most popular Bible translation tool and is being used by 1000s of Bible translators across the world. It is developed jointly by United Bible Societies and Summer Institute of Linguistics. Being a very feature rich and mature application, it is offers a lot of cool tools to help translators in doing effective translation.
Since ParaTExt version 8, it offers an API to access some of these tools. paratext-integration is an application written in Python using Flask that can interact with ParaTExt. The API is not yet production ready, but it should be stable enough for testing.
The [API documentation](https://data-access-dev.paratext.org/) gives a fairly detailed infomation of accessing the API using JS. ParaTExt API uses JWT for authentication and the same can be generated using a valid ParaTExt user registration. [ParaTExt Registration](https://registry.paratext.org/) can be done here.