r3c / apizer

Unofficial APIs for websites that deserve one

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apizer: Unofficial APIs for websites that deserve one

license

Overview

Apizer provides REST JSON APIs for websites that don't provide a public one, usually by scrapping websites or reusing endpoints that can be combined into suitable API.

Goal of this project is to collect these unofficial APIs inside a Node.js application and expose them through public unauthenticated endpoints. The application is currently hosted by Heroku at https://apizer.herokuapp.com/.

If you want to add an API to the list, checkout the project, add your implementation in "website/<website domain>" directory (read code from an existing one as an example), then submit a pull request so it's available to everyone.

Websites catalog

See available website APIs where: https://apizer.herokuapp.com/

Resource

About

Unofficial APIs for websites that deserve one

License:MIT License


Languages

Language:TypeScript 100.0%