-
Notifications
You must be signed in to change notification settings - Fork 42
/
README.handlebars
48 lines (36 loc) · 2.09 KB
/
README.handlebars
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# 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)