Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/DeepLcom/openapi
OpenAPI specification of the DeepL API
https://github.com/DeepLcom/openapi
Last synced: 5 days 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 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-13T10:40:39.000Z (about 2 months ago)
- Last Synced: 2024-09-13T23:59:29.335Z (about 2 months ago)
- Language: Python
- Size: 317 KB
- Stars: 62
- Watchers: 33
- Forks: 30
- Open Issues: 3
-
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