0

I need to create a website using Squarespace platform. I want to write a backend service calling a third-party API for some metadata.

I looked in their help center, but I found documentation only for JS, HTML and CSS development.

Do you know if it's possible to create such a service and if yes - what language should be used?

Aleksandar
  • 138
  • 4
  • 10
  • 1
    There is some related information that may be of use to you here: https://stackoverflow.com/questions/57175335 – Brandon Jul 08 '20 at 14:22

1 Answers1

1

Squarespace doesn't support any server-side/back-end code; it only supports the front-end addition of HTML, CSS and Javascript within Code Injection, Code Blocks, and Developer Mode. Therefore, you'd need to use front-end JavaScript development in order to utilize third-party APIs.

Brandon
  • 3,572
  • 2
  • 12
  • 27