---
title: "Philly home articles"
method: GET
path: "/philly/home"
tags: ["Articles"]
---

# Philly home articles

`GET /philly/home`

No description.

## Response `200`

successful operation

- PhillyHomeArticles
  - `articles` Article[]
    - `article` object
      - `article_body` object[]
        - `_id` string
        - `content` string
        - `type` string
      - `article_length_label` string
      - `article_word_count` number
      - `author` string
      - `byline` string
      - `clickability_id` string
      - `id` string
      - `image_caption` string
      - `image_credit` string
      - `image_height` number
      - `image_url` string
      - `image_width` number
      - `item_url` string
      - `primary_section` string
      - `published_at` string
      - `section` string
      - `sub_headlines` string
      - `sub_section` string
      - `sub_sub_section` string
      - `synopsis` string
      - `title` string
      - `updated_at` string
  - `top_stories` Article[]
    - `article` object
      - `article_body` object[]
        - `_id` string
        - `content` string
        - `type` string
      - `article_length_label` string
      - `article_word_count` number
      - `author` string
      - `byline` string
      - `clickability_id` string
      - `id` string
      - `image_caption` string
      - `image_credit` string
      - `image_height` number
      - `image_url` string
      - `image_width` number
      - `item_url` string
      - `primary_section` string
      - `published_at` string
      - `section` string
      - `sub_headlines` string
      - `sub_section` string
      - `sub_sub_section` string
      - `synopsis` string
      - `title` string
      - `updated_at` string

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.net/inquirer/apis/mobile-middleware.md) · [All operations](https://skmtc.net/inquirer/apis/mobile-middleware/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/inquirer/mobile-middleware/revisions/b0608768680f/schema)
