UCSF Profiles Person

UniversityHigher EducationEducationUnited StatesCaliforniaUC SystemPublic Research UniversityHealth SciencesResearchResearcher ProfilesResearch DataOpen DataLibraryDigital ArchiveIdentity FederationResearch Computing

Properties

Name Type Description
Name string Display name including post-nominals.
FirstName string
LastName string
Title string
Titles array
School string UCSF school, e.g. School of Medicine.
Department string
Address object
Email stringnull
PhotoURL stringnull
ProfilesURL string
ORCID stringnull ORCID iD. Education-regime domain standard `orcid`.
Narrative stringnull
Keywords array
FreetextKeywords array
Education_Training array
PublicationCount integerstring
Publications array
ClinicalTrials array
ResearchActivitiesAndFunding array
AwardOrHonors array
CollaborationInterests stringnull
FacultyMentoring stringnull
GlobalHealth objectarraynull
GlobalHealth_beta objectarraynull
NIHGrants_beta array Deprecated by UCSF in favour of ResearchActivitiesAndFunding.
MediaLinks_beta array
SlideShare_beta array
Twitter_beta array
Videos array
WebLinks_beta array
View JSON Schema on GitHub

JSON Schema

ucsf-profile.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/ucsf/main/json-schema/ucsf-profile.json",
  "title": "UCSF Profiles Person",
  "x-provenance": {
    "generated": "2026-08-19",
    "method": "derived",
    "source": [
      "https://profilesdeveloper.ucsf.edu/json-api",
      "https://api.profiles.ucsf.edu/json/v2/?source=apievangelist.com&ProfilesURLName=kirsten.bibbins-domingo"
    ],
    "x-operator": "institution",
    "note": "Derived by API Evangelist from UCSF's own developer documentation and a live probed response. UCSF publishes no JSON Schema."
  },
  "type": "object",
  "required": [
    "Name",
    "ProfilesURL"
  ],
  "properties": {
    "Name": {
      "type": "string",
      "description": "Display name including post-nominals."
    },
    "FirstName": {
      "type": "string"
    },
    "LastName": {
      "type": "string"
    },
    "Title": {
      "type": "string"
    },
    "Titles": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "School": {
      "type": "string",
      "description": "UCSF school, e.g. School of Medicine."
    },
    "Department": {
      "type": "string"
    },
    "Address": {
      "type": "object"
    },
    "Email": {
      "type": [
        "string",
        "null"
      ]
    },
    "PhotoURL": {
      "type": [
        "string",
        "null"
      ],
      "format": "uri"
    },
    "ProfilesURL": {
      "type": "string",
      "format": "uri"
    },
    "ORCID": {
      "type": [
        "string",
        "null"
      ],
      "pattern": "^\\d{4}-\\d{4}-\\d{4}-\\d{3}[\\dX]$",
      "description": "ORCID iD. Education-regime domain standard `orcid`.",
      "examples": [
        "0000-0002-8962-0622"
      ]
    },
    "Narrative": {
      "type": [
        "string",
        "null"
      ]
    },
    "Keywords": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "FreetextKeywords": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "Education_Training": {
      "type": "array",
      "items": {
        "type": "object"
      }
    },
    "PublicationCount": {
      "type": [
        "integer",
        "string"
      ]
    },
    "Publications": {
      "type": "array",
      "items": {
        "type": "object"
      }
    },
    "ClinicalTrials": {
      "type": "array",
      "items": {
        "type": "object"
      }
    },
    "ResearchActivitiesAndFunding": {
      "type": "array",
      "items": {
        "type": "object"
      }
    },
    "AwardOrHonors": {
      "type": "array",
      "items": {
        "type": "object"
      }
    },
    "CollaborationInterests": {
      "type": [
        "string",
        "null"
      ]
    },
    "FacultyMentoring": {
      "type": [
        "string",
        "null"
      ]
    },
    "GlobalHealth": {
      "type": [
        "object",
        "array",
        "null"
      ]
    },
    "GlobalHealth_beta": {
      "type": [
        "object",
        "array",
        "null"
      ]
    },
    "NIHGrants_beta": {
      "type": "array",
      "items": {
        "type": "object"
      },
      "deprecated": true,
      "description": "Deprecated by UCSF in favour of ResearchActivitiesAndFunding."
    },
    "MediaLinks_beta": {
      "type": "array",
      "items": {
        "type": "object"
      }
    },
    "SlideShare_beta": {
      "type": "array",
      "items": {
        "type": "object"
      }
    },
    "Twitter_beta": {
      "type": "array",
      "items": {
        "type": "object"
      }
    },
    "Videos": {
      "type": "array",
      "items": {
        "type": "object"
      }
    },
    "WebLinks_beta": {
      "type": "array",
      "items": {
        "type": "object"
      }
    }
  }
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • 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 JSON Schema
curl "https://apis.io/api/v1/json-schemas/ucsf-profile"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.