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

https://github.com/peterhellberg/humans

Parsing your humans.txt into JSON
https://github.com/peterhellberg/humans

Last synced: 12 months ago
JSON representation

Parsing your humans.txt into JSON

Awesome Lists containing this project

README

          

# Parsing your humans.txt into JSON

##

## GET /:host?use_ssl=true

- **host** A host (domain) with a humans.txt
- **use_ssl (Optional)** Set to true if your domain requires HTTPS

## Examples

```sh
curl https://humans.herokuapp.com/c7.se | jq .
```

```sh
curl https://humans.herokuapp.com/humanstxt.org | jq .
```

```sh
curl https://humans.herokuapp.com/cheddarapp.com?use_ssl=true | jq .
```