# IPStack

## GET /ip-stack/v1/lookup

> Use the IPStack API to look up information about an IP Address

```json
{"openapi":"3.1.0","info":{"title":"auor.io","version":"1.0.0"},"servers":[{"url":"https://api.auor.io","description":"auor.io (Oreo) Production server"}],"paths":{"/ip-stack/v1/lookup":{"get":{"operationId":"ipAddressLookupV1","summary":"Use the IPStack API to look up information about an IP Address","tags":["IPStack"],"parameters":[{"name":"ip","in":"query","description":"The IP Address to look up information about.","required":true,"schema":{"type":"string"}},{"name":"Accept","in":"header","description":"The content-type to respond with","required":false,"schema":{"type":"string","enum":["application/json","application/xml"]}},{"name":"Accept-Language","in":"header","description":"The language to return the results in","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"./schemas/ip-stack/v1/lookup/output.json"}},"application/xml":{"schema":{"$ref":"./schemas/ip-stack/v1/lookup/output.json"}}}},"400":{"description":"Validation error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationError"}}}},"402":{"description":"Payment required","content":{"application/json":{}}}}}}},"components":{"schemas":{"ValidationError":{"type":"object","properties":{"errors":{"type":"array","items":{"type":"string"}}},"required":["errors"]}}}}
```
