Manually maintaining is not realistic.
If your API is read-only and you're blocking bot traffic from querying it, you're doing it wrong. Please be nice to the bots. And also users that use VPNs, privacy plugins, etc. You'll false-positive block them, and that's not very nice.
The
NU
field is determined by checking theregistration_mode
field in the API. If that's set toclosed
then I sayNo
. Otherwise, I mark it asYes
.So if it's
open
orrequire_application
, I list it asYes
.Is there an issue with how I've set this up? If so, please name a specific instance and what it should say vs what the table says.