> For the complete documentation index, see [llms.txt](https://docs.layraweb.com.tr/merhaba/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.layraweb.com.tr/merhaba/application-programming-interface/apiler/ip-adresi-sorgulama-api.md).

# İp Adresi Sorgulama API

## İP Adresi Sorgulama

<mark style="color:blue;">`GET`</mark> `https://api.layraweb.com.tr/ip`

Parametreye gönderdiğiniz ip adresine ait bilgileri size sunar

#### Path Parameters

| Name                                   | Type   | Description          |
| -------------------------------------- | ------ | -------------------- |
| ipno<mark style="color:red;">\*</mark> | number | Örnek: 111.11.111.11 |

{% tabs %}
{% tab title="400: Bad Request " %}

```javascript
{"status":"empty"}
```

{% endtab %}
{% endtabs %}

{% hint style="info" %}
Bu API herkese açıktır, kullanımı serbesttir.
{% endhint %}
