Geni_developer
project/search

Returns a list of projects based on query matches in the name and description fields.

Usage

https://www.geni.com/api/profile/search?q=example

Parameters

Name Type Description Required
q String search terms false

Returned Fields

Name Type Description
next_page String Link to the next page of results (if any)
page Number Page number
prev_page String Link to the previous page of results (if any)
results Array of Projects List of projects found in the search
Note: Blank fields will not be returned to save bandwidth.

rails-1a-012