---
title: "Journalists ID"
method: GET
path: "/v1/journalists/{id}"
tags: ["Supplemental Endpoints", "v1"]
---

# Journalists ID

`GET /v1/journalists/{id}`

Find additional details on a journalist by using the journalist ID found in an article response object.

## Path parameters

- `id` string, required

## Response `200`

Successful response

- Journalist
  - `id` string, nullable
  - `name` string, nullable
  - `fullName` string, nullable
  - `headline` string, nullable
  - `description` string, nullable
  - `title` string, nullable
  - `locations` LocationHolder[], nullable
    - `country` string, nullable
    - `state` string, nullable
    - `county` string, nullable
    - `city` string, nullable
    - `area` string, nullable
  - `updatedAt` string, nullable
  - `topTopics` NameCount[], nullable
    - `name` string, nullable
    - `count` integer, nullable
  - `topSources` NameCount[], nullable
    - `name` string, nullable
    - `count` integer, nullable
  - `topCategories` NameCount[], nullable
    - `name` string, nullable
    - `count` integer, nullable
  - `topLabels` NameCount[], nullable
    - `name` string, nullable
    - `count` integer, nullable
  - `topCountries` NameCount[], nullable
    - `name` string, nullable
    - `count` integer, nullable
  - `avgMonthlyPosts` integer, nullable
  - `twitterHandle` string, nullable
  - `twitterBio` string, nullable
  - `imageUrl` string, nullable
  - `linkedinUrl` string, nullable
  - `linkedinConnections` integer, nullable
  - `linkedinFollowers` integer, nullable
  - `facebookUrl` string, nullable
  - `instagramUrl` string, nullable
  - `websiteUrl` string, nullable
  - `blogUrl` string, nullable
  - `tumblrUrl` string, nullable
  - `youtubeUrl` string, nullable

## Other responses

- `400` — Invalid request parameters
- `401` — Unauthorized - API key is missing or invalid
- `403` — Forbidden - API key does not have access to the requested resource
- `404` — Resource not found
- `429` — Too many requests - rate limit exceeded
- `500` — Internal server error

## Changes

- **2025-06-04** `52b02cb25532` — 1 info
  - api tag `Supplemental Endpoints` added

[Change history](https://skmtc.dev/goperigon/apis/perigon-api/changes/v1/journalists/:id/get.md)

---

[API](https://skmtc.dev/goperigon/apis/perigon-api.md) · [All operations](https://skmtc.dev/goperigon/apis/perigon-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/goperigon/perigon-api/revisions/52b02cb25532/schema)
