> For the complete documentation index, see [llms.txt](https://docs.pynt.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pynt.io/documentation/api-catalog/navigate-api-catalog/api-related-info.md).

# API Related Info

Access API-related information in Pynt to gain a comprehensive understanding of your APIs and their attributes. Pynt provides in-depth details about each API, including security status, endpoint information, risk levels, and associated documentation. This thorough overview allows you to assess and manage your APIs effectively, ensuring that you have all the necessary information at your fingertips. By understanding the attributes of each API, you can make informed decisions about security measures, monitor changes, and prioritize actions based on risk levels. Pynt’s detailed API-related info helps you maintain a well-organized and secure API environment, keeping you in control of your API management process.

\
Each API entry in the 'API Catalog' main view provides essential information:

* **Method:** The HTTP method used by the API (e.g., GET).
* **URL:** The specific endpoint URL for the API (e.g., /users/{id}).
* **Authenticated Flag:** Indicates whether authentication is required for the endpoint.
* **Technology:** Specifies the technology employed (e.g., REST).
* **Source Category:** Identifies the API source category, such as API Documentation.
* **Insight:** Offers insights into the API's functionality or purpose. See more [here](/documentation/api-catalog/manage-api-source-gaps.md).
* **Risk Score:** Quantifies the security risk associated with the API, categorized as High, Medium, or Low.
* **Application:** Indicates the associated application.
* **Last Scanned:** Displays the date of the last security scan.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.pynt.io/documentation/api-catalog/navigate-api-catalog/api-related-info.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
