https://github.com/anasfik/public-apis-json-api
An Api For The Collective Apis List Of Public-apis Repository Scrapped With Puppeteer/Typescript
https://github.com/anasfik/public-apis-json-api
api apis collection developement free list public-apis puppeteer software typescript web-scrapping
Last synced: 12 months ago
JSON representation
An Api For The Collective Apis List Of Public-apis Repository Scrapped With Puppeteer/Typescript
- Host: GitHub
- URL: https://github.com/anasfik/public-apis-json-api
- Owner: anasfik
- Created: 2022-09-03T21:45:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-03T22:31:27.000Z (over 3 years ago)
- Last Synced: 2025-02-26T01:52:50.524Z (12 months ago)
- Topics: api, apis, collection, developement, free, list, public-apis, puppeteer, software, typescript, web-scrapping
- Language: TypeScript
- Homepage:
- Size: 210 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# public-apis-json-api
A json api for the public-apis repository scrapped with puppeteer, it's json format organized by the categories (animals, books, weather...)
## What it contains
- 51 category
- 1400+ api
- Each category have an apis object
- Each api object have:
- Name
- Description
- Auth
- Https
- Cors
- Link
### GET JSON API
## Contributing
Before it all, this project have a MIT License, same as the public-apis repository
First, fork this project or clone it to your envirenment with :
```
git clone https://github.com/anasfik/public-apis-json-api.git
```
Next, run :
```
npm init
```
```
tsc init
```
That's it, you can work on it as you want