---
title: "Convert CIP to SOC"
method: POST
path: "/soccip/cip2soc"
tags: ["IPEDS Data"]
---

# Convert CIP to SOC

`POST /soccip/cip2soc`

This endpoint maps a CIP (Classification of Instructional Programs) code to the SOC (Standard Occupation Classification) codes it most likely trains for.  For more information on CIP codes, see the NCES site.

## Path parameters

- `datarun` '2025.2' | '2025.1' | '2024.4' | '2024.3' | '2024.2', required

## Request body

- object
  - `cipCodes` string[]

## Response `200`

OK

- object
  - `mapping` object[]
    - `code` string
    - `corresponding` string[]
  - `errors` string[]
  - `timings` string[]

---

[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)
