An open API service indexing awesome lists of open source software.

https://github.com/imryan/endpoints

Open source journal of URL digging
https://github.com/imryan/endpoints

api endpoint-discovery endpoints json

Last synced: 13 days ago
JSON representation

Open source journal of URL digging

Awesome Lists containing this project

README

          

# endpoints
Open source journal of URL digging with bonus web service.

## Accessing an endpoint
To access an endpoint:

`GET https://raw.githubusercontent.com/imryan/endpoints/master/services.json`

Response:
```
{
"services": [
{
"name": "tokendataio",
"website": "https://www.tokendata.io",
"documentation":"https://raw.githubusercontent.com/imryan/endpoints/master/docs/tokendataio.md",
"endpoints": [
"https://www.tokendata.io/icos",
"https://www.tokendata.io/icos/advanced",
"https://www.tokendata.io/icos/upcoming"
]
}
]
}
```

## Service model
```
{
"name": "tokendataio",
"website": "https://www.tokendata.io",
"documentation":"https://raw.githubusercontent.com/imryan/endpoints/master/docs/tokendataio.md",
"endpoints": [
"https://www.tokendata.io/icos",
"https://www.tokendata.io/icos/advanced",
"https://www.tokendata.io/icos/upcoming"
]
}
```

## Contributions
I encourage everyone to throw in anything cool they find scraping the web. Project will be updated regularly.