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

# Get details for URL

`GET /gdn-url-management-api/v2/projects/{projectId}/web-pages/{webPageUid}`

Retrieve detail for the URL.

## Path parameters

- `projectId` string, required
- `webPageUid` string, required

## Response `200`

OK

- WebPageDetailsResponse
  - `response` object, required
    - `code` 'SUCCESS', required — Indicates whether the response was successful or what error has occured.
    - `data` 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

---

[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)
