Discover/saratogafalcon.org API
live

saratogafalcon.org APIsaratogafalcon.org

Retrieve articles published by The Saratoga Falcon student newspaper staff members to stay updated on school news and stories. Filter and search through the collection of staff-written pieces to find coverage on topics that matter to your school community.

Endpoints
1
Updated
3h ago
Try it
Page number for pagination.
Number of articles per page, between 1 and 100.
URL slug of the staff member (e.g. 'ethan-ko', 'ryan-kim'). This is the hyphenated lowerca
api.parse.bot/scraper/821432d1-df52-43dd-807e-0a8293e884e8/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/821432d1-df52-43dd-807e-0a8293e884e8/get_articles_by_staff' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 1 totalclick to expand

Get all articles written by a staff member, identified by their URL slug. Returns paginated results with article titles, dates, links, and excerpts.

Input
ParamTypeDescription
pageintegerPage number for pagination.
per_pageintegerNumber of articles per page, between 1 and 100.
staff_namerequiredstringURL slug of the staff member (e.g. 'ethan-ko', 'ryan-kim'). This is the hyphenated lowercase name as it appears in the staff URL path.
Response
{
  "type": "object",
  "fields": {
    "page": "integer - current page number",
    "articles": "array of article objects with id, title, slug, date, link, excerpt, categories",
    "per_page": "integer - results per page",
    "staff_name": "string - display name of the staff member",
    "staff_slug": "string - URL slug used in the request",
    "total_pages": "integer - total number of pages",
    "total_articles": "integer - total number of articles by this staff member"
  },
  "sample": {
    "page": 1,
    "articles": [
      {
        "id": 8444,
        "date": "2017-06-06T11:09:48",
        "link": "https://saratogafalcon.org/8444/opinion/bursting-bubble-unsafe-communities-differ-most-education/",
        "slug": "bursting-bubble-unsafe-communities-differ-most-education",
        "title": "Bursting the bubble: ‘Unsafe’ communities differ most in education",
        "excerpt": "<p>Exploring the Saratoga bubble &#8211; 1 in 2000 have a chance of becoming victims of crime.</p>\n",
        "categories": [
          4
        ]
      }
    ],
    "per_page": 20,
    "staff_name": "Ethan Ko",
    "staff_slug": "ethan-ko",
    "total_pages": 1,
    "total_articles": 16
  }
}

About the saratogafalcon.org API

The saratogafalcon.org API on Parse exposes 1 endpoint for the publicly available data on saratogafalcon.org. Calls return JSON over HTTPS and are billed per successful response.

Pin a release with the API-Snapshot-Version header so canonical updates don't silently change your contract.