1. DEMO
API Documents - GuGuData | Production-Ready APIs Built for Developers
  • GuGuData API documents
  • Metadata
    • DEMO
      • [DEMO] Global QS World University Rankings
        GET
      • [DEMO] Global University
        GET
      • [DEMO] Chinese Poem
        GET
      • [DEMO] Global QS World University Rankings
        GET
      • [DEMO] Stock US Symbols
        GET
      • [DEMO] Stock HK Symbols
        GET
    • Global QS World University Rankings
      GET
    • Global University
      GET
    • Chinese Poem
      GET
    • Global QS World University Rankings
      GET
    • Stock US Symbols
      GET
    • Stock HK Symbols
      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
      • [DEMO] Short Link API
    • 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
    • Short Link API
      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
      • [DEMO] Convert HTML to Word
      • [DEMO] Convert PPT to PDF
    • HTML to PDF
    • Image OCR
    • PDF to Format
    • PDF Splitting
    • Markdown to PDF
    • PPT to Images
    • PDF to HTML
    • PDF Summary
    • Image Compress
    • Word to HTML
    • Convert HTML to Word
    • Convert PPT to PDF
  • QRcode and Barcode
    • DEMO
      • [DEMO] QR Code
      • [DEMO] Wifi QR Code
      • [DEMO] Bar Code
      • [DEMO] Decode QR Code from Image
    • QR Code
    • Wifi QR Code
    • Bar Code
    • Decode QR Code from Image
  • Text Tools
    • DEMO
      • [DEMO] Simplified and Traditional Chinese Converter
      • [DEMO] Text Similarity Calculator
      • [DEMO] Detect Text Language
      • [DEMO] ISBN Book Metadata Lookup
    • Simplified and Traditional Chinese Converter
    • Text Similarity Calculator
    • Detect Text Language
    • ISBN Book Metadata Lookup
  • healthcheck
    GET
  1. DEMO

[DEMO] Global QS World University Rankings

GET
https://api.gugudata.io/v1/metadata/global-university-ranking/demo
Last modified:2026-02-11 09:08:02
Global QS World University Rankings
Comprehensive global university ranking data with detailed performance metrics and scoring indicators
Method: GET
Path: /v1/metadata/global-university-ranking
Demo: https://api.gugudata.io/v1/metadata/global-university-ranking/demo
Request Parameters:
appkey (string, required): APPKEY obtained after subscription
name (string, optional): University name for search (supports partial matching); omit to retrieve all records
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: 30
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.id: Unique university identifier in Gugudata system
data.universityName: Official university name
data.region: Geographic region
... total 30 fields
Key Features:
Comprehensive QS World University Rankings dataset
Quarterly data updates with latest rankings
Fuzzy search capabilities by university name
Detailed performance metrics and scoring breakdown
Paginated response support for large datasets
Details:
https://gugudata.io/details/global-university-ranking

Request

None

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 'https://api.gugudata.io/v1/metadata/global-university-ranking/demo'

Responses

⚪0
application/json
Bodyapplication/json

Example
{
  "dataStatus": {
    "requestParameter": "string",
    "statusCode": 0,
    "statusDescription": "string",
    "responseDateTime": "string",
    "dataTotalCount": 0
  },
  "data": {
    "id": "string",
    "universityName": "string",
    "region": "string",
    "country": "string",
    "city": "string",
    "logoUrl": "string",
    "rank": "string",
    "academicReputationRank": "string",
    "academicReputationScore": "string",
    "citationsPerFacultyRank": "string",
    "citationsPerFacultyScore": "string",
    "facultyStudentRatioRank": "string",
    "facultyStudentRatioScore": "string",
    "employerReputationRank": "string",
    "employerReputationScore": "string",
    "employmentOutcomesRank": "string",
    "employmentOutcomesScore": "string",
    "internationalStudentRatioRank": "string",
    "internationalStudentRatioScore": "string",
    "internationalResearchNetworkRank": "string",
    "internationalResearchNetworkScore": "string",
    "internationalFacultyRatioRank": "string",
    "internationalFacultyRatioScore": "string",
    "sustainabilityRank": "string",
    "sustainabilityScore": "string"
  },
  "DataStatus": {
    "StatusCode": 100,
    "StatusDescription": "OK",
    "ResponseDateTime": "2026-01-01 00:00:00",
    "DataTotalCount": 1
  }
}
Modified at 2026-02-11 09:08:02
Previous
DEMO
Next
[DEMO] Global University
Built with