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

https://github.com/voronianski/latest-browsers-api

JSON API to get the latest browser versions.
https://github.com/voronianski/latest-browsers-api

browserlist caniuse expressjs nodejs

Last synced: 3 months ago
JSON representation

JSON API to get the latest browser versions.

Awesome Lists containing this project

README

          

# Latest Browsers Versions API

> JSON API to get the latest browsers versions - https://latest-browsers-api.now.sh.

[](https://market.mashape.com/voronianski/latest-browsers-versions)

## Example

Request:

```bash
curl 'https://latest-browsers-api.now.sh'
```

Response:

```json
{
"versions": {
"safari":"10",
"opera":"43",
"ios_saf":"10.0-10.2",
"ie_mob":"11",
"ie":"11",
"edge":"14",
"firefox":"51",
"chrome":"56"
}
}
```

---
**MIT Licensed**