https://github.com/koki-develop/checkip
📍 Simple REST API that returns the client's IP address.
https://github.com/koki-develop/checkip
Last synced: 10 months ago
JSON representation
📍 Simple REST API that returns the client's IP address.
- Host: GitHub
- URL: https://github.com/koki-develop/checkip
- Owner: koki-develop
- License: mit
- Archived: true
- Created: 2022-05-28T12:07:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-25T23:37:56.000Z (about 2 years ago)
- Last Synced: 2025-02-16T12:58:05.590Z (12 months ago)
- Language: HCL
- Homepage:
- Size: 87.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/koki-develop/checkip/actions/workflows/main.yml)
[](./LICENSE)
[](https://twitter.com/koki_develop)
# CheckIP
Simple REST API that returns the client's IP address.
```
$ curl https://checkip.dev
{"source_ip":"x.x.x.x"}
```