---
title: "get software data by software id"
method: GET
path: "/software/{id}"
tags: ["v1 software"]
---

# get software data by software id

`GET /software/{id}`

# About this zbMATH Identifier 



Use this endpoint if you have the exact zbMATH id of the software in question. The result will contain only one dataset corresponding to that id, if entered correctly.
# Example
- **12**

## Path parameters

- `id` string, required

## Response `200`

Successful Response

- ZbmathdatamodelsDisplaySoftwareResultID
  - `result` Software
    - `articles_count` integer
    - `authors` unknown[]
      - unknown
    - `classification` unknown[]
      - unknown
    - `dependencies` string
    - `description` string
    - `homepage` string
    - `id` integer
    - `keywords` unknown[]
      - unknown
    - `license_terms` string
    - `name` string
    - `operating_systems` string
    - `orms_id` string
    - `programming_languages` string
    - `related_software` RelatedSoftware[]
      - `id` integer
      - `name` string
    - `source_code` string
    - `standard_articles` StandardArticle[]
      - `authors` unknown[]
        - unknown
      - `id` integer
      - `source` string
      - `title` string
      - `year` string
    - `zbmath_url` string
  - `status` Status
    - `execution` string, required
    - `execution_bool` boolean, required
    - `internal_code` string
    - `last_id` integer
    - `nr_total_results` integer
    - `nr_request_results` integer
    - `query_execution_time_in_seconds` number
    - `status_code` integer, required
    - `time_stamp` string

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/zbmath/apis/rest-api-for-zbmath-open-v1.md) · [All operations](https://skmtc.dev/zbmath/apis/rest-api-for-zbmath-open-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/zbmath/rest-api-for-zbmath-open-v1/revisions/1fcb04bb318a/schema)
