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
- Host: GitHub
- URL: https://github.com/imryan/endpoints
- Owner: imryan
- Created: 2017-07-20T03:16:55.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-10T21:15:02.000Z (over 8 years ago)
- Last Synced: 2026-01-02T19:49:29.847Z (5 months ago)
- Topics: api, endpoint-discovery, endpoints, json
- Size: 31.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.