A Path in the Crunchbase REST API is a relative path to the detail for an Item.

When appended to the the following properties (returned in the metadata section of an API response), the Path will resolve to either the web or API detail for that Item:

  • www_path_prefix + Path provides the web address of the Node detail
  • api_path_prefix + Path provides the API detail endpoint for the Node

Note : It is important that your code use these prefix properties in the metadata to construct fully-qualified Urls, as these prefixes are subject to change.