This is a quick and simple API for the example React applications in Steve's courses on React state management.
Endpoints
/api/characters
returns an array of all of the characters./api/characters/1
return a single character./api/search/:query
searches by the character's name.