---
title: "Get details for URLs"
method: POST
path: "/gdn-url-management-api/v2/projects/{projectId}/web-pages/details"
tags: ["GDN url management"]
---

# Get details for URLs

`POST /gdn-url-management-api/v2/projects/{projectId}/web-pages/details`

Retrieve details of the URLs.

## Path parameters

- `projectId` string, required

## Request body

- WebPageDetailListRequest
  - `webPageUids` string[] — list of url identifiers

## Response `200`

OK

- WebPageDetailListResponse
  - `response` object, required
    - `code` 'SUCCESS', required — Indicates whether the response was successful or what error has occured.
    - `data` object
      - `items` object[]
        - `details` object
          - `contextUids` string[] — context identifiers
          - `created` string — capture url date
          - `stringCount` integer — string count
          - `wordCount` integer — word count
        - `domain` object — domain
          - `name` string — url domain name
        - `urlPath` string — Url path
        - `webPageUid` string — url identifier
      - `totalCount` integer — Total element count

---

[API](https://skmtc.net/smartling/apis/smartling-rest-api-reference.md) · [All operations](https://skmtc.net/smartling/apis/smartling-rest-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartling/smartling-rest-api-reference/revisions/2a73d11e9b98/schema)
