---
title: "Most Shared by Section & Time Period"
method: GET
path: "/mostshared/{section}/{time-period}.json"
---

# Most Shared by Section & Time Period

`GET /mostshared/{section}/{time-period}.json`

## Response `200`

An array of Articles

- object
  - `status` string
  - `copyright` string
  - `num_results` integer
  - `results` Article[]
    - `url` string
    - `column` string
    - `section` string
    - `byline` string
    - `title` string
    - `abstract` string
    - `published_date` string
    - `source` string
    - `des_facet` union
      - unknown[]
        - unknown
      - string
    - `org_facet` unknown[], nullable
      - unknown
    - `per_facet` unknown[], nullable
      - unknown
    - `geo_facet` union
      - unknown[]
        - unknown
      - ''
    - `media` union
      - unknown[]
        - unknown
      - string

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/nytimes/apis/most-popular-api.md) · [All operations](https://skmtc.net/nytimes/apis/most-popular-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nytimes/most-popular-api/versions/4eae9f2c1cd3/schema)
