---
title: "Get Service Metadata"
method: GET
path: "/{nation}/meta"
tags: ["Nation"]
---

# Get Service Metadata

`GET /{nation}/meta`

Get service metadata, including taxonomies and attribution text. Caching is encouraged, but the metadata may change quarterly.

## Response `200`

Ok

- MetaResponse
  - `data` object, required
    - `attribution` object, required
      - `title` string, required
      - `body` string, required
    - `taxonomy_versions` object
      - `lot` string[]
      - `area` string[]
      - `area_laa` string[]
      - `naics` string[]
    - `taxonomies` object, required
      - `area` string
      - `area_global` string
      - `onet` string
      - `skills` string
      - `title` string
      - `company` string
      - `area_laa` string
      - `onet_standard` string
      - `titles` string
      - `companies` string
      - `lot` string
      - `naics` string
    - `latest_year` string — Latest year any profiles were updated.
    - `earliest_year` string — Earliest year any profiles were updated.
    - `facets` string[], required
    - `filters` string[], required
    - `metrics` string[], required
    - `supportsAdvancedFilters` boolean, required
    - `pipelineVersion` string, required

## Other responses

- `404` — The facet you requested wasn't found.

---

[API](https://skmtc.net/lightcast/apis/alumni-pathways-2-0.md) · [All operations](https://skmtc.net/lightcast/apis/alumni-pathways-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightcast/alumni-pathways-2-0/revisions/fc66b9877391/schema)
