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

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.

Awesome Lists containing this project

README

          

[![GitHub Actions](https://github.com/koki-develop/checkip/actions/workflows/main.yml/badge.svg)](https://github.com/koki-develop/checkip/actions/workflows/main.yml)
[![LICENSE](https://img.shields.io/github/license/koki-develop/checkip)](./LICENSE)
[![Twitter Follow](https://img.shields.io/twitter/follow/koki_develop?style=social)](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"}
```