Facebook released GraphQL to open source this week. It's their internal data query language, used in production for years, now available for everyone. The pitch: instead of REST endpoints with fixed responses, clients query for exactly what they need.
This is radically different from REST, and if it catches on, it changes how we think about APIs entirely.