Princeton University Findingaids API

The Findingaids API from Princeton University — 1 operation(s) for findingaids.

Operations 1

GET /search/findingaids /search/findingaids?query={query} #

Documentation

Specifications

SDKs

Schemas & Data

Other Resources

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/princeton-findingaids-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

princeton-findingaids-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Allsearch Findingaids API
  description: Backend API for allsearch.princeton.edu
  version: v1
servers:
- url: https://allsearch-api.princeton.edu
- url: https://allsearch-api-staging.princeton.edu
tags:
- name: Findingaids
paths:
  /search/findingaids:
    parameters:
    - name: query
      in: query
      description: A string to query Findingaids
      schema:
        type: string
    get:
      summary: /search/findingaids?query={query}
      tags:
      - Findingaids
      operationId: searchFindingaids
      description: Searches Findingaids using a query term
      responses:
        '200':
          description: successful
          content:
            application/json:
              example:
                number: 325
                records:
                - title: Edward Anthony Papers, 1920s -1950s
                  creator: Anthony, Edward, 1895-1971
                  id: TC125
                  type: collection
                  description: Edward Anthony was a noted writer and publisher in the twentieth century, known primarily for his light verse. His papers include several manuscripts, including an autobiography co-authored with Clyde Beatty about circus animal training and a collection of poems. A few miscellaneous papers, such as letters and a date book from 1928 complete the collection.
                  url: https://findingaids.princeton.edu/catalog/TC125
                  other_fields:
                    access_restriction: Collection is open for research use.
                    date: 1920s -1950s
                    extent: 2 boxes and 0.8 linear feet
                    repository: Manuscripts Division
                - title: Massachusetts Elementary School Student Compositions Collection, 1866-1880
                  creator: Princeton University. Library. Special Collections
                  id: C0969
                  type: collection
                  description: The Massachusetts Elementary School Student Compositions Collection consists of short, nineteenth-century essays on a variety of topics written by children from Wilbraham, Massachusetts.
                  url: https://findingaids.princeton.edu/catalog/C0969
                  other_fields:
                    access_restriction: Collection is open for research use.
                    date: 1866-1880
                    extent: 1 box and 0.2 linear feet
                    repository: Manuscripts Division
                - title: Whiting Willauer Papers, 1916-1962 (mostly 1941-1955)
                  creator: Willauer, Whiting, 1906-1962
                  id: MC142
                  type: collection
                  description: The papers of Whiting Willauer (1906-1962) reflect Willauer's entire career, but focus most strongly on the period from 1941 to 1954 when Willauer was in China and worked for China Defense Supplies, Inc. (1941-1944), the Foreign Economic Administration (1944-1945), the United Nations Relief and Rehabilitation Administration [NRRA] (1946-1947), and Civil Air Transport, Inc. (1946-1954). The papers also document his positions as an admiralty lawyer for the New York City law firm, Bingham, Dana and Gould (1931-1938), as Attorney, Criminal Division at the Department of Justice and Special Assistant to United States Attorney General (1929-1940), Special Counsel for the Federal Power Commission (1941), and his appointments as United States Ambassador to Honduras (1954-1958) and Costa Rica (1958-1961). In addition, materials which reflect Willauer's role as a delegate to the Organization of American States' Meetings of Foreign Ministers (August 1960) and to the United Nations General Assembly (October 1960) are found in the papers.
                  url: https://findingaids.princeton.edu/catalog/MC142
                  other_fields:
                    access_restriction: Collection is open for research use.
                    date: 1916-1962 (mostly 1941-1955)
                    extent: 10 boxes and 1 folder
                    repository: Public Policy Papers
                more: https://findingaids.princeton.edu/catalog?q=cats&search_field=all_fields
        '400':
          description: with a search query that only contains whitespace
          content:
            application/json:
              example:
                error:
                  problem: QUERY_IS_EMPTY
                  message: The query param must contain non-whitespace characters.