mirror of
https://github.com/public-apis/public-apis
synced 2024-12-08 19:13:08 +01:00
Added Utilities section & the first service for it (JSON 2 JSONP)
Sometimes a service may not provide its data directly in JSONP for use with client-side JS. This high-availability service (already serving more than 7m requests monthly) can assist in converting data output in JSON to JSONP.
This commit is contained in:
parent
7de8538458
commit
95656cf7cb
@ -40,6 +40,7 @@ For information on contributing to this project, please see the [contributing gu
|
||||
* [Sports & Fitness](#sports--fitness)
|
||||
* [Transportation](#transportation)
|
||||
* [University](#university)
|
||||
* [Utilities](#utilities)
|
||||
* [Vehicle](#vehicle)
|
||||
* [Video](#video)
|
||||
* [Weather](#weather)
|
||||
@ -469,6 +470,12 @@ For information on contributing to this project, please see the [contributing gu
|
||||
|---|---|---|---|---|
|
||||
| Universities List | University names, countries and domains| No | Yes | [Go!](https://github.com/Hipo/university-domains-list) |
|
||||
|
||||
### Utilities
|
||||
|
||||
| API | Description | Auth | HTTPS | Link |
|
||||
|---|---|---|---|---|
|
||||
| Utilities List | JSON 2 JSONP - Convert JSON to JSONP (on-the-fly) for easy cross-domain data requests using pure JavaScript | No | Yes | [Go!](https://json2jsonp.com/) |
|
||||
|
||||
### Vehicle
|
||||
|
||||
| API | Description | Auth | HTTPS | Link |
|
||||
|
Loading…
Reference in New Issue
Block a user