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

# Most Emailed by Section & Time Period

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

## Response `200`

An array of Articles

- object
  - `status` string
  - `copyright` string
  - `num_results` integer
  - `results` ArticleWithCountType[]
    - `url` string
    - `count_type` 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` object[]
      - `type` string
      - `subtype` string
      - `caption` string
      - `copyright` string
      - `media-metadata` object
        - `url` string
        - `format` string
        - `height` integer
        - `width` integer

## Other responses

- `400` — Bad Request
- `403` — Forbidden

---

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