Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

Community maintained, human and machine readable list of Public APIs 📝

Awesome Lists containing this project

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)