| The only internet database I know of with a search interface that satisfyingly queries its structured data is vndb [1]. You might laugh, but I think it's a good example of an open-source project where an opinionated maintainer rejects lowest-common-denominator design. For once I don't feel like I'd rather use bare SQL (looking at you, every web storefront ever), but vndb even supports that! I do wish were more sites like it. IMO almost no directory projects get both the wiki and database parts right like wikidata and vndb do (at two very different scales). Those two have in common: (come to think of it, so does OpenStreetMap mostly): - query builder in addition to the search form [1][2] - web query runner (SQL, SPARQL) [3], both with a custom backend [4] - open data license (ODbl, CC0) [5] - db dumps as files over http [5] - (A)GPL source. Both also self-host their git web ui [6] - no login-walls, and no ads [1] with relational subqueries https://vndb.org/v?f=["and",["olang","!=","en"],["staff","!=... [2] wikidata's is experimental and incomplete https://query.wikidata.org/querybuilder/?query={"conditions"...} [3] https://query.vndb.org/?sql=SELECT+'https://www.wikidata.org... [3] https://query.wikidata.org/##defaultView:ImageGrid%0ASELECT%... [4] https://dev.yorhel.nl/sqlbin [4] https://wikitech.wikimedia.org/wiki/Wikidata_Query_Service [5] https://vndb.org/d14 [5] https://www.wikidata.org/wiki/Wikidata:Data_access [6] https://code.blicky.net/yorhel/vndb [6] https://gerrit.wikimedia.org/g/mediawiki/extensions/Wikibase |