diff --git a/templates/api.mako b/templates/api.mako
index c55ae35..3ec420f 100644
--- a/templates/api.mako
+++ b/templates/api.mako
@@ -215,8 +215,8 @@
"url": string the URL of the source,
"confidence": float the confidence of a violation in the source,
"violation": string one of "suspected", "possible", or "none",
- "skipped": boolean whether the source was skipped due to the check finishing early (see note about noskip above),
- "excluded": boolean whether the source was skipped for being in the excluded URL list ("skipped" will also be true in this case, even when using noskip)
+ "skipped": boolean whether the source was skipped due to the check finishing early (see note about noskip above) or an exclusion,
+ "excluded": boolean whether the source was skipped for being in the excluded URL list
},
...
]