---
title: "GET /?view=resolve"
method: GET
path: "/?view=resolve"
---

# GET /?view=resolve

`GET /?view=resolve`

## Query parameters

- `term` string, required
- `type` string, url
- `context` string

## Response `200`

Allows searching for resources by a number of properties representing plaintext identifiers. This includes `dc:title`, `rdfs:label`, `skos:prefLabel`, `skos:altLabel`, `foaf:name`, and `dc:identifier`. Resources of type `sio:Term` are excluded.

- object[]
  - `node` string, url — The URI of the resource that was found
  - `title` string — The `dc:title` of the resource, if present
  - `label` string — The `rdfs:label` of the resource, if present
  - `prefLabel` string — The `skos:prefLabel` of the resource, if present
  - `altLabel` string — The `skos:altLabel` of the resource, if present
  - `name` string — The `foaf:name` of the resource, if present
  - `identifier` string — The `dc:identifier` of the resource, if present
  - `score` number — A representation of how closely this node matched the search term

---

[API](https://skmtc.net/tetherless-world/apis/whyis.md) · [All operations](https://skmtc.net/tetherless-world/apis/whyis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tetherless-world/whyis/versions/45280f4d6152/schema)
