Accessing the Academic Tree database via the JSON standard.
JavaScript Object Notation (json.org) provides a simple standard for encoding
data structures through http calls. Data from this database can be accessed
using three basic URL-based commands. The returned data can be parsed by
JSON decoders available for most widespread programming languages.
Node search
Find people matching assorted search criteria (any or all of name,
institution, research area).
Get all one-degree connections for a single node, specified by pid
Returns a list of connected nodes with additional information about the
connection (date, type of relationship, etc.). A single query returns only
immediate (one-degree) connections, but subsequent queries to the returned
pids allows tracing up or down the tree.