Skip to content

Commit

Permalink
json
Browse files Browse the repository at this point in the history
  • Loading branch information
hakanensari committed Aug 23, 2024
1 parent 7c8aa57 commit 5f6ed37
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,10 @@ Returns the country of any given IP. The API supports both with IPv4 and IPv6.

Provides metadata about the API, including when the data sources were last updated.

```
```json
/* https://api.country.is/info */
{
"dataSources": [
"maxmind",
"cloudflare"
],
"dataSources": ["maxmind", "cloudflare"],
"lastUpdated": "2024-08-20T18:34:36.000Z"
}
```
Expand Down

0 comments on commit 5f6ed37

Please sign in to comment.