---
title: "Suggest Information"
method: GET
path: "/catalog/suggestion/information"
tags: ["Catalog Technologies"]
---

# Suggest Information

`GET /catalog/suggestion/information`

Generate suggestions for a technologies information

## Query parameters

- `url` string, required

## Response `200`

OK

- object
  - `catalogSuggestionInformation` CatalogSuggestionInformation, required
    - `description` string — Technical description for the technology
    - `docsUrl` string — Documentation or readme url
    - `githubUrl` string — GitHub repo url
    - `name` string
    - `nameShort` string — Short name to show in places with limited space
    - `newsUrl` string — News url
    - `type` 'data-storage' | 'deployment' | 'framework-library' | 'gateway' | 'other' | 'language' | 'message-broker' | 'network' | 'protocol' | 'runtime' | 'service-tool' | 'null', nullable
    - `updatesUrl` string — Release notes or changelog url

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server

## Changes

- **2026-06-03** `181c90adca5e` — 1 info
  - added the non-success response with the status `400`

[Change history](https://skmtc.dev/icepanel/apis/icepanel-api/changes/catalog/suggestion/information/get.md)

---

[API](https://skmtc.dev/icepanel/apis/icepanel-api.md) · [All operations](https://skmtc.dev/icepanel/apis/icepanel-api/llms.txt) · [OpenAPI document](https://skmtc.dev/icepanel/apis/icepanel-api/revisions/55f4e7385012?raw)
