# apistatus-api **Repository Path**: mirrors_kong/apistatus-api ## Basic Information - **Project Name**: apistatus-api - **Description**: An API for apistatus, super meta - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-05-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # API Status API ![API Status](http://img.apistatus.org/online/aHR0cDovL2FwaS5hcGlzdGF0dXMub3JnL21hcmNv.svg) An API wrapper around [apistatus](https://github.com/Mashape/apistatus). Makes a GET requests to the target API endpoint and returns response information as JSON. Powering [apistatus.org](http://apistatus.org)! ### Usage #### Start the server ``` git clone https://github.com/Mashape/apistatus-api cd apistatus-api npm install node server.js ``` #### Make a request ``` curl 127.0.0.1:8080/?url=https://mockbin.com/status/200 ``` ### MIT license Copyright (c) 2015, Mashape (https://www.mashape.com/)