diff --git a/netbox/templates/rest_framework/api.html b/netbox/templates/rest_framework/api.html
index e18d38ad3..36bf7a554 100644
--- a/netbox/templates/rest_framework/api.html
+++ b/netbox/templates/rest_framework/api.html
@@ -6,6 +6,8 @@
{% endblock head %}
+{% block title %}{% if name %}{{ name }} | {% endif %}NetBox REST API{% endblock %}
+
{% block branding %}
NetBox
{% endblock branding %}