interactions:
- request:
    body: null
    headers:
      Accept:
      - '*/*'
      Accept-Encoding:
      - gzip, deflate, br
      Connection:
      - keep-alive
      User-Agent:
      - python-requests/2.28.1
    method: GET
    uri: https://global.infrastructureresilience.org/extract/v1/boundaries/search?latitude=52&longitude=-1
  response:
    body:
      string: '[{"name":"gbr","name_long":"United Kingdom"}]'
    headers:
      Content-Length:
      - '45'
      Content-Type:
      - application/json
      Date:
      - Fri, 31 Mar 2023 16:22:44 GMT
      Server:
      - uvicorn
    status:
      code: 200
      message: OK
version: 1
