https://github.com/DeepLcom/openapi
OpenAPI specification of the DeepL API
https://github.com/DeepLcom/openapi
Last synced: 10 months ago
JSON representation
OpenAPI specification of the DeepL API
- Host: GitHub
- URL: https://github.com/DeepLcom/openapi
- Owner: DeepLcom
- License: mit
- Created: 2022-06-02T11:41:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-25T21:22:56.000Z (11 months ago)
- Last Synced: 2025-03-25T22:25:37.231Z (11 months ago)
- Language: Python
- Size: 490 KB
- Stars: 73
- Watchers: 38
- Forks: 29
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# DeepL OpenAPI Specification
This project contains an [OpenAPI specification][openapi-specification] of the
[DeepL API][deepl-api], in [YAML](openapi.yaml) and [JSON](openapi.json)
formats.
There is also a [simplified YAML](openapi_gitbook.yaml) with reduced descriptions that is embedded in our [API documentation][deepl-api-docs].
You can use this specification to explore the API in tools like
[Postman][postman], or to auto-generate documentation, SDKs, and code libraries
using tools such as [Swagger Editor][swagger-editor] or
[OpenAPI Generator][openapi-generator].
Note that Swagger's "Try it out" in-browser simulator creates valid Curl
requests, the requests will fail due to [CORS][cors-docs] restrictions.
[Changelog](CHANGELOG.md)
If you encounter issues while using this OpenAPI specification or have feature
requests, please [create an issue][issues].
[deepl-api]: https://www.deepl.com/pro-api
[deepl-api-docs]: https://developers.deepl.com/docs
[issues]: https://github.com/DeepLcom/openapi/issues
[openapi-specification]: https://openapis.org/
[openapi-generator]: https://openapi-generator.tech/
[postman]: https://www.postman.com/
[swagger-editor]: https://editor.swagger.io/?url=https://raw.githubusercontent.com/DeepLcom/openapi/main/openapi.yaml
[cors-docs]: https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS