Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nonrational committed Oct 23, 2024
1 parent 0d97922 commit dfb3a26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

- User-Agent lookup via Web UI and API
- https://user-agent.info/
- `curl https://user-agent.info/api/v1/agents`
- GET https://user-agent.info/api/v1/agents
- Usage / popularity stats for browser version
- Release date for browser version

Expand All @@ -18,7 +18,7 @@ schema details.
curl -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.3' https://user-agent.info/api/v1/agents

# `ua` query parameter
curl https://user-agent.info/api/v1/agents?ua=Mozilla/5.0 '(Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.3'
curl 'https://user-agent.info/api/v1/agents?ua=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.3'
```

## Local Development
Expand Down

0 comments on commit dfb3a26

Please sign in to comment.