Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trntv/apis-list
Community maintained, human and machine readable list of Public APIs ð
https://github.com/trntv/apis-list
List: apis-list
api awesome awesome-list community-project javascript list public-api rest
Last synced: 3 months ago
JSON representation
Community maintained, human and machine readable list of Public APIs ð
- Host: GitHub
- URL: https://github.com/trntv/apis-list
- Owner: trntv
- License: mit
- Created: 2021-01-10T18:04:39.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T14:54:36.000Z (8 months ago)
- Last Synced: 2024-05-23T10:00:43.917Z (8 months ago)
- Topics: api, awesome, awesome-list, community-project, javascript, list, public-api, rest
- Language: JavaScript
- Homepage:
- Size: 28.5 MB
- Stars: 164
- Watchers: 7
- Forks: 32
- Open Issues: 7
-
Metadata Files:
- Readme: README.handlebars
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- fucking-lists - apis-list
README
# List of Public APIs
![APIs: 1200+](https://img.shields.io/badge/apis-1200+-violet)
![Contributions: Welcome](https://img.shields.io/badge/contributions-welcome-green)
![GitHub release (latest by date)](https://img.shields.io/github/v/release/apis-list/apis-list)This project is an attempt to categorise and compile information about different public APIs into one place. Its goal is to build
most complete and handy list which will help developers to find APIs most suitable for their needs.
It includes APIs description, links to docs, specification, list of SDK and libraries, logo etc.This list intended to be maintained by wide open source community, so any contributions appreciated.
If you want to add/edit/remove/etc APIs from this list, please see the [contributing guide](https://github.com/apis-list/apis-list/blob/main/CONTRIBUTING.md).Discuss any topic related to the specific API you can [here](https://github.com/apis-list/apis-list/discussions/categories/apis)
## Table of Context
- [APIs](#apis):
{{#each categoriesNames}}
- [{{{ this }}}](#{{slug this}}-) {{{category_icon this}}}
{{/each}}
- [Graveyard](#graveyard) ðŠĶ
- [Contributors](#contributors)
- [Similar projects](#similar-projects)## APIs
{{#each categoriesNames }}
### {{{ this }}} {{{category_icon .}}}
{{#each (lookup ../apis this) as |api| }}
- [{{ api.name }}](https://github.com/apis-list/apis-list/blob/main/apis/{{api.slug}}/{{api.slug}}.md) - {{short api.description}}{{#if api.is_free }} ð{{/if}}
{{/each}}{{/each}}
## Graveyard ðŠĶ
{{#each Graveyard }}
- [{{ this.name }}](https://github.com/apis-list/apis-list/blob/main/apis/{{this.slug}}/{{this.slug}}.md){{# if this.description}} - {{short this.description }}{{/if}}
{{/each}}## Contributors
This project exists because of people who spent their time to make software development a little bit better. Thank you!
## Similar projects
This project was heavily inspired by:
- [n0shake/Public-APIs](https://github.com/n0shake/Public-APIs)
- [public-apis/public-apis](https://github.com/public-apis/public-apis)
- [APIs-guru/openapi-directory](APIs-guru/openapi-directory)