diff --git a/content/roadmaps/114-software-architect/content/110-apis-and-integrations/103-rest.md b/content/roadmaps/114-software-architect/content/110-apis-and-integrations/103-rest.md
index e1a7c1cc4..e668a9e28 100644
--- a/content/roadmaps/114-software-architect/content/110-apis-and-integrations/103-rest.md
+++ b/content/roadmaps/114-software-architect/content/110-apis-and-integrations/103-rest.md
@@ -1 +1,10 @@
-# REST
\ No newline at end of file
+# REST
+
+REST, or REpresentational State Transfer, is an architectural style for providing standards between computer systems on the web, making it easier for systems to communicate with each other.
+
+Free Content
+
+What is REST?
+What is a REST API?
+Roy Fielding's dissertation chapter, "Representational State Transfer (REST)"
+Learn REST: A RESTful Tutorial