---
title: "Get Interfaces"
method: GET
path: "/share/interfaces"
tags: ["Share"]
---

# Get Interfaces

`GET /share/interfaces`

Candidate addresses, best guess first.

Machines with virtual adapters routinely surface several, so the caller is
expected to show this list rather than silently trust the first entry.

## Response `200`

Successful Response

- GetInterfacesResponse
  - `success` boolean, required
  - `data` ShareInterface[], required
    - `interface` string, required
    - `ip` string, required
    - `is_default_route` boolean, required
    - `looks_virtual` boolean, required
    - `is_up` boolean, required
    - `is_link_local` boolean, required

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.net/aossie-org/apis/pictopy.md) · [All operations](https://skmtc.net/aossie-org/apis/pictopy/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aossie-org/pictopy/revisions/a6c11e6b42e4/schema)
