diff --git a/api/fixtures/data.json b/api/fixtures/data.json
new file mode 100644
index 0000000000000000000000000000000000000000..cab2dd587e670bb9f9bdf68334773af959c93d86
--- /dev/null
+++ b/api/fixtures/data.json
@@ -0,0 +1,38 @@
+[
+  {
+    "model": "api.Section",
+    "fields": {
+      "name": "Academia"
+    }
+  },
+  {
+    "model": "api.Section",
+    "fields": {
+      "name": "Comunidad Técnica"
+    }
+  },
+  {
+    "model": "api.Section",
+    "fields": {
+      "name": "Sector Privado"
+    }
+  },
+  {
+    "model": "api.Section",
+    "fields": {
+      "name": "Administración Pública Nacional"
+    }
+  },
+  {
+    "model": "api.Section",
+    "fields": {
+      "name": "Administración Pública Provincial"
+    }
+  },
+  {
+    "model": "api.Section",
+    "fields": {
+      "name": "Sociedad Civil"
+    }
+  }
+]
\ No newline at end of file