How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

HKUST Path Advisor API

Public, keyless JSON API behind HKUST Path Advisor, the university's campus wayfinding service. Serves the campus spatial model: 7 buildings, 43 calibrated floor plans with metres-per-pixel and origin offsets, 26 point-of-interest categories, and named nodes carrying GeoJSON MultiPolygon footprints. Runs on HKUST's own domain and network (pathadvisor.ust.hk, 143.89.15.35), names no vendor anywhere in its responses or headers, and answers unauthenticated with Access-Control-Allow-Origin *. One route, /connectors, is gated behind an unpublished authorization scheme. HKUST publishes no OpenAPI for it; the description in this repository was written from live probes on 2026-08-30 and is a third-party observation, not an HKUST artifact.

HKUST Path Advisor API is one of 6 APIs that Hong Kong University of Science and Technology publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 1 JSON Schema definition.

Tagged areas include Wayfinding, Campus, Geospatial, Open Data, and Smart Campus. The published artifact set on APIs.io includes an OpenAPI specification and 1 JSON Schema.

This API exposes 7 operations across 7 paths, organized into 4 resource areas, and defines 6 schemas. It is described by OpenAPI 3.0.3, at version 1.0.

Requests are made against a single base URL, https://pathadvisor.ust.hk/api.

7 operations 7 paths 6 schemas 7 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0
Base URL
https://pathadvisor.ust.hk/api
Resource Areas
4

Paths & Operations 7

Across 7 paths, the API surfaces 7 operations — 7 GET. They span 4 resource areas: Buildings, Floors, Tags, Nodes. Each is listed below with its method, path, parameters, and response codes.

Buildings 1

Campus buildings.

GET
/buildings
List campus buildings
listBuildings → 200
Floors 2

Floor plans and their map calibration.

GET
/floors
List floor plans
listFloors → 200
GET
/floors/{floorId}
Get one floor plan
getFloor 1 param → 200400
Tags 1

Point-of-interest categories.

GET
/tags
List point-of-interest categories
listTags → 200
Nodes 3

Named map features with GeoJSON footprints.

GET
/nodes
Search map nodes by name
searchNodes 4 params → 200400
GET
/nodes/{nodeId}
Get one map node
getNode 1 param → 200400
GET
/connectors
List floor connectors (authorization required)
listConnectors → 200401

Schemas 6

The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are Floor (16 properties), Node (7 properties), Tag (3 properties), MultiPolygon (2 properties). Each schema is shown below with its type and property counts.

Building
object
A campus building.
2 properties 2 required
Floor
object
A floor plan plus the calibration needed to render it and convert pixels to metres.
16 properties 3 required
Node
object
A named feature on a floor plan, with a point coordinate and a GeoJSON MultiPolygon footprint in the same floor-plan pixel coordinate space.
7 properties 3 required
MultiPolygon
object
GeoJSON MultiPolygon geometry (RFC 7946 shape). Coordinates are floor-plan pixels, not WGS84 degrees — convert with Floor.meterPerPixel and Floor.startX/startY.
2 properties 2 required
Tag
object
A point-of-interest category.
3 properties 2 required
Error
object
Error envelope used by every failing route observed.
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

hkust-path-advisor-openapi.yml Raw ↑

Other APIs Hong Kong University of Science and Technology publishes across the network.

HKUST API Gateway and API Portal
DataSpace@HKUST Research Data Repository API
HKUST Shibboleth Identity Provider
HKUST Library Crossref DOI Registration
HKUST Open Data Platform
Where this information came from

This is an independent, third-party profile of HKUST Path Advisor API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.