University of Florida logo

University of Florida

The University of Florida (UF) is a public land-grant research university in Gainesville, Florida, United States, and ranks #215 in the QS World University Rankings 2025. UF does not operate a single centralized public developer portal, but several public and community-documented HTTP/JSON data endpoints exist across its web properties: a Schedule of Courses (SOC) API served from one.ufl.edu, campus map JSON datasets, and the UF Digital Collections (UFDC) which exposes metadata via OAI-PMH and RSS. Most institutional APIs (identity, SIS, enterprise integrations) are gated behind UFIT authentication and are not publicly documented.

3 APIs 0 Features
EducationHigher EducationUniversityCoursesDigital CollectionsOpen DataUnited States

APIs

UF Schedule of Courses (SOC) API

Public JSON endpoint serving the University of Florida Schedule of Courses. Accepts query parameters such as term, category, course-code, credits, instructor and day filters, an...

UF Campus Map JSON Data

Public JSON datasets backing the UF interactive campus map, including building footprints, bus stops, dining locations, parking lots and housing with coordinates and metadata. C...

UF Digital Collections (UFDC) Metadata Feeds

The University of Florida Digital Collections host over 18 million files of books, archival documents, newspapers, photographs, audio, video and datasets. UFDC metadata is avail...

Semantic Vocabularies

University Of Florida Context

24 classes · 0 properties

JSON-LD

Resources

🔗
Website
Website
👥
GitHub
GitHub
🔗
LinkedIn
LinkedIn
🔗
Plans
Plans
🔗
RateLimits
RateLimits
🔗
FinOps
FinOps
🔗
Review
Review

Sources

apis.yml Raw ↑
---
aid: university-of-florida
name: University of Florida
description: >-
  The University of Florida (UF) is a public land-grant research university in
  Gainesville, Florida, United States, and ranks #215 in the QS World University
  Rankings 2025. UF does not operate a single centralized public developer
  portal, but several public and community-documented HTTP/JSON data endpoints
  exist across its web properties: a Schedule of Courses (SOC) API served from
  one.ufl.edu, campus map JSON datasets, and the UF Digital Collections (UFDC)
  which exposes metadata via OAI-PMH and RSS. Most institutional APIs (identity,
  SIS, enterprise integrations) are gated behind UFIT authentication and are not
  publicly documented.
type: Index
position: Consumer
access: 3rd-Party
image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg
url: https://raw.githubusercontent.com/api-evangelist/university-of-florida/refs/heads/main/apis.yml
tags:
  - Education
  - Higher Education
  - University
  - Courses
  - Digital Collections
  - Open Data
  - United States
created: '2026-06-03'
modified: '2026-06-03'
specificationVersion: '0.19'
apis:
  - aid: university-of-florida:soc-schedule
    name: UF Schedule of Courses (SOC) API
    description: >-
      Public JSON endpoint serving the University of Florida Schedule of Courses.
      Accepts query parameters such as term, category, course-code, credits,
      instructor and day filters, and returns course listings including section,
      meeting time, instructor and seat data. Undocumented officially; community
      documented. Confirmed returning course JSON (HTTP 200) when called with a
      term parameter.
    humanURL: https://github.com/Rolstenhouse/uf_api
    baseURL: https://one.ufl.edu/apix/soc/schedule/
    tags: [ Courses, Catalog, Schedule, Education ]
    properties:
      - type: Documentation
        url: https://github.com/Rolstenhouse/uf_api
      - type: GitHub
        url: https://github.com/Rolstenhouse/uf_api
  - aid: university-of-florida:campus-map
    name: UF Campus Map JSON Data
    description: >-
      Public JSON datasets backing the UF interactive campus map, including
      building footprints, bus stops, dining locations, parking lots and housing
      with coordinates and metadata. Community documented; host responds but may
      block non-browser clients (HTTP 403 to automated user agents).
    humanURL: https://campusmap.ufl.edu/
    baseURL: https://campusmap.ufl.edu/library/cmapjson/
    tags: [ Campus, Maps, Geo, Open Data ]
    properties:
      - type: Documentation
        url: https://github.com/Rolstenhouse/uf_api
      - type: GitHub
        url: https://github.com/Rolstenhouse/uf_api
  - aid: university-of-florida:ufdc
    name: UF Digital Collections (UFDC) Metadata Feeds
    description: >-
      The University of Florida Digital Collections host over 18 million files
      of books, archival documents, newspapers, photographs, audio, video and
      datasets. UFDC metadata is available as OAI-PMH and RSS feeds; an OpenAPI
      (Swagger) compliant API is noted as forthcoming by UF Library Technology
      Services.
    humanURL: https://lts.uflib.ufl.edu/supported-systems/uf-digital-collections/
    tags: [ Digital Collections, Library, OAI-PMH, Metadata, Open Data ]
    properties:
      - type: Documentation
        url: https://lts.uflib.ufl.edu/supported-systems/uf-digital-collections/
      - type: Website
        url: https://ufdc.ufl.edu/
common:
  - type: Website
    url: https://www.ufl.edu/
  - type: GitHub
    url: https://github.com/UniversityofFlorida
  - type: LinkedIn
    url: https://www.linkedin.com/school/university-of-florida/
  - type: Plans
    url: plans/university-of-florida-plans-pricing.yml
  - type: RateLimits
    url: rate-limits/university-of-florida-rate-limits.yml
  - type: FinOps
    url: finops/university-of-florida-finops.yml
  - type: Review
    url: review.yml
maintainers:
  - FN: Kin Lane
    email: [email protected]