API Documents - GuGuData | Production-Ready APIs Built for Developers
  1. Metadata
API Documents - GuGuData | Production-Ready APIs Built for Developers
  • GuGuData API documents
  • Metadata
    • DEMO
      • [DEMO] Global QS World University Rankings
      • [DEMO] Global University
      • [DEMO] Chinese Poem
    • Global QS World University Rankings
      GET
    • Global University
      GET
    • Chinese Poem
      GET
  • Website Tools
    • DEMO
      • [DEMO] Webpage Readable Content Extraction
      • [DEMO] Domain SSL Certificate Information Parsing
      • [DEMO] Domain DNS Information Query
      • [DEMO] Query Website Favicon and Title
      • [DEMO] Format International Phone
      • [DEMO] URL to static HTML
      • [DEMO] URL to Image
      • [DEMO] URL to Markdown
      • [DEMO] Get URL links
      • [DEMO] Website Snapshot
      • [DEMO] Domain Whois
      • [DEMO] IP Address
      • [DEMO] Article Extract
      • [DEMO] Geographic Coordinate System Converter
      • [DEMO] Extract Structured JSON from Webpage
    • Webpage Readable Content Extraction
      POST
    • Domain SSL Certificate Information Parsing
      GET
    • Domain DNS Information Query
      GET
    • Query Website Favicon and Title
      GET
    • Format International Phone
      GET
    • URL to static HTML
      POST
    • URL to Image
      GET
    • URL to Markdown
      POST
    • Get URL links
      GET
    • Website Snapshot
      POST
    • Domain Whois
      GET
    • IP Address
      GET
    • Article Extract
      POST
    • Geographic Coordinate System Converter
      GET
    • Extract Structured JSON from Webpage
      POST
  • Image Recognition
    • DEMO
      • [DEMO] HTML to PDF
      • [DEMO] Image OCR
      • [DEMO] PDF to Format
      • [DEMO] PDF Splitting
      • [DEMO] Markdown to PDF
      • [DEMO] PPT to Images
      • [DEMO] PDF to HTML
      • [DEMO] PDF Summary
      • [DEMO] Image Compress
      • [DEMO] Word to HTML
    • HTML to PDF
      POST
    • Image OCR
      POST
    • PDF to Format
      POST
    • PDF Splitting
      POST
    • Markdown to PDF
      POST
    • PPT to Images
      POST
    • PDF to HTML
      POST
    • PDF Summary
      POST
    • Image Compress
      POST
    • Word to HTML
      POST
  • QRcode and Barcode
    • DEMO
      • [DEMO] QR Code
      • [DEMO] Wifi QR Code
      • [DEMO] Bar Code
    • QR Code
    • Wifi QR Code
    • Bar Code
  • Text Tools
    • DEMO
      • [DEMO] Simplified and Traditional Chinese Converter
      • [DEMO] Text Similarity Calculator
    • Simplified and Traditional Chinese Converter
    • Text Similarity Calculator
  • healthcheck
    GET
  1. Metadata

Global University

GET
https://api.gugudata.io/v1/metadata/global-university
Last modified:2026-02-11 09:08:02
Global University Data
Comprehensive global university data with detailed information including rankings, locations, and student statistics
Method: GET
Path: /v1/metadata/global-university
Demo: https://api.gugudata.io/v1/metadata/global-university/demo
Request Parameters:
appkey (string, required): APPKEY obtained after subscription
name (string, optional): University name for search (supports fuzzy matching); omit to retrieve all records
country (string, optional): Filter by country (supports fuzzy matching); omit for no filtering
region (string, optional): Filter by region (supports fuzzy matching); omit for no filtering
city (string, optional): Filter by city (supports fuzzy matching); omit for no filtering
sort (string, optional): Sort field and direction (format: field|direction). Supported fields: rank (ranking), title (university name). Directions: asc (ascending), desc (descending)
pageIndex (int, optional): Page number for pagination (starts from 1)
pageSize (int, optional): Number of records per page (valid range: 1-20)
Response Fields Count: 15
Response Field Examples:
DataStatus.RequestParameter: Echo of request parameters
DataStatus.StatusCode: HTTP status code of the response
DataStatus.StatusDescription: Human-readable status message
DataStatus.ResponseDateTime: Server response timestamp
DataStatus.DataTotalCount: Total number of records matching the query (for pagination)
Data.rank: QS World University Ranking position
Data.website: University official website URL
Data.universityName: Official university name
... total 15 fields
Key Features:
Nearly 7,000 world universities with latest basic data
Detailed ranking information for top global universities
Manual data updates every half month
Comprehensive university information including basic details, geographic location, and official websites
Multi-dimensional filtering by country, region, and city
Details:
https://gugudata.io/details/global-university

Request

Query Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://api.gugudata.io/v1/metadata/global-university?appkey=sk-******&name=MIT&country=United%20States&region=North%20America&sort=rank|asc&pageIndex=1&pageSize=5'

Responses

⚪0
application/json
Body

Example
{
  "DataStatus": {
    "RequestParameter": "string",
    "StatusCode": 0,
    "StatusDescription": "string",
    "ResponseDateTime": "string",
    "DataTotalCount": 0
  },
  "Data": {
    "rank": 0,
    "website": "string",
    "universityName": "string",
    "logo": "string",
    "region": "string",
    "country": "string",
    "city": "string",
    "internationalStudents": 0,
    "subjectCount": 0,
    "schoolUUID": "string"
  }
}
Modified at 2026-02-11 09:08:02
Previous
Global QS World University Rankings
Next
Chinese Poem
Built with