---
title: API Endpoints
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > DDSQL Reference > Data Directory > API Endpoints
---

# API Endpoints

This table contains API endpoints, which are individual HTTP endpoints exposed by services. Populated by [APM](https://docs.datadoghq.com/tracing/), [Software Catalog](https://docs.datadoghq.com/internal_developer_portal/software_catalog/) and [AAP](https://docs.datadoghq.com/security/application_security/).

```
dd.api_endpoints
```

## Fields

| Title                  | ID                   | Type | Data Type     | Description                                                                    |
| ---------------------- | -------------------- | ---- | ------------- | ------------------------------------------------------------------------------ |
| Resource Name          | resource_name        | core | string        | The display name of the endpoint, typically the HTTP method and route pattern. |
| Resource Hash          | resource_hash        | core | string        | A hash of the resource, used for deduplication and identification.             |
| Service Name           | service_name         | core | string        | The name of the service that owns this endpoint.                               |
| Operation Name         | operation_name       | core | string        | The operation name associated with this endpoint.                              |
| HTTP Method            | http_method          | core | string        | The HTTP method of the endpoint (GET, POST, PUT, DELETE, etc.).                |
| HTTP Route             | http_route           | core | string        | The HTTP route pattern for the endpoint.                                       |
| HTTP Paths             | http_paths           | core | array<string> | The observed URL paths for this endpoint.                                      |
| HTTP Hosts             | http_hosts           | core | array<string> | The observed hosts serving this endpoint.                                      |
| HTTP Schemes           | http_schemes         | core | array<string> | The observed URL schemes (http, https) for this endpoint.                      |
| HTTP Status Codes      | http_status_codes    | core | array<string> | The observed HTTP status codes returned by this endpoint.                      |
| Public Endpoint        | is_public            | core | bool          | Whether the endpoint is public-facing.                                         |
| Authenticated Endpoint | is_authenticated     | core | bool          | Whether the endpoint requires authentication.                                  |
| Rate Limited Endpoint  | is_rate_limited      | core | bool          | Whether the endpoint is rate-limited.                                          |
| API Names              | api_names            | core | array<string> | The unique names of the APIs associated with this endpoint.                    |
| Languages              | languages            | core | array<string> | The programming languages used by the service serving this endpoint.           |
| Components             | components           | core | array<string> | The components associated with this endpoint.                                  |
| App Versions           | app_versions         | core | array<string> | The application versions observed for this endpoint.                           |
| Team Names             | team_names           | core | array<string> | The names of the teams that own this endpoint.                                 |
| Updated At             | updated_at           | core | timestamp     | The timestamp of the last update to this endpoint record.                      |
| First Seen At          | first_seen_at        | core | timestamp     | The timestamp when this endpoint was first observed.                           |
| Last Seen Traffic At   | last_seen_traffic_at | core | timestamp     | The timestamp of the last observed traffic to this endpoint.                   |
| Datasources            | datasources          | core | array<string> | The data sources that contribute information about this endpoint.              |
