Skip to content

Commit f5e3e17

Browse files
deploy: 61d3ffb
1 parent 3a90b10 commit f5e3e17

8 files changed

Lines changed: 553 additions & 676 deletions

File tree

.nojekyll

Whitespace-only changes.

404.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<!doctype html>
2+
<title>404 Not Found</title>
3+
<h1>404 Not Found</h1>

LICENSE

Lines changed: 0 additions & 674 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

index.html

Lines changed: 205 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,205 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>SinSo API</title>
7+
<meta name="description" content="Largest Open-Source Sinhala Songs Lyrics API – Fast, Reliable &amp; Ready for Integration">
8+
<link rel="stylesheet" href="./style.css">
9+
</head>
10+
<body>
11+
12+
<div class="container">
13+
<!-- Header -->
14+
<header class="header">
15+
<div class="logo">
16+
<h1>SinSo API</h1>
17+
</div>
18+
<nav class="nav">
19+
<a href="https:&#x2F;&#x2F;api.sinso.vishalrashmika.com&#x2F;v1&#x2F;docs&#x2F;" target="_blank" rel="noopener">Documentation</a>
20+
<a href="#contact">Contact</a>
21+
<a href="#about" class="btn-primary" rel="noopener">Get Started</a>
22+
</nav>
23+
</header>
24+
25+
<!-- Hero Section -->
26+
<section class="hero">
27+
<h1 class="hero-title">SinSo API</h1>
28+
<p class="hero-subtitle">Largest Open-Source Sinhala Songs Lyrics API</p>
29+
<p class="hero-description">Welcome to SinSo-API, the home of the largest open-source Sinhala Songs Lyrics API. This projects goal is to provide fast, reliable, and easy access to Sinhala song lyrics for developers, music apps, and personal projects.</p>
30+
<div class="hero-actions">
31+
<a href="#about" class="btn-primary" target="_blank" rel="noopener">Get Started</a>
32+
<a href="#contact" class="btn-secondary">Contact Us</a>
33+
</div>
34+
</section>
35+
36+
<!-- About Section -->
37+
<section class="section" id="about">
38+
<h2>About SinSo API</h2>
39+
<p>SinSo API is the largest open-source Sinhala Songs Lyrics API, built to help developers integrate Sinhala song lyrics into their applications with minimal effort. Whether you're building music apps, chatbots, web applications, or personal projects, SinSo API provides the tools you need to access thousands of Sinhala song lyrics.</p>
40+
<p>Our API is designed with simplicity and reliability at its core, offering fast access to comprehensive Sinhala lyrics data, intuitive endpoints, and a lightweight Spring Boot backend that's completely free and open-source.</p>
41+
</section>
42+
43+
<!-- Features Section -->
44+
<section class="section">
45+
<h2>Key Features</h2>
46+
<div class="features-grid">
47+
<div class="feature-card">
48+
<h3>Largest Sinhala Lyrics Database</h3>
49+
<p>Access thousands of Sinhala song lyrics through our comprehensive database. The most extensive open-source collection of Sinhala lyrics available for developers.</p>
50+
</div>
51+
<div class="feature-card">
52+
<h3>RESTful Architecture</h3>
53+
<p>Built on RESTful principles with intuitive endpoints that follow industry best practices. Easy-to-understand URL structures make integration straightforward and quick.</p>
54+
</div>
55+
<div class="feature-card">
56+
<h3>Fast & Lightweight</h3>
57+
<p>Powered by Spring Boot backend for optimal performance. Get instant responses with minimal overhead, keeping your applications fast and responsive.</p>
58+
</div>
59+
<div class="feature-card">
60+
<h3>JSON Response Format</h3>
61+
<p>All responses are returned in clean, structured JSON format, making it simple to parse and integrate lyrics data into your applications across any platform.</p>
62+
</div>
63+
<div class="feature-card">
64+
<h3>Artist Information</h3>
65+
<p>Retrieve comprehensive artist data including all their songs. Perfect for building artist profiles and music catalogs in your applications.</p>
66+
</div>
67+
<div class="feature-card">
68+
<h3>Song Details</h3>
69+
<p>Access detailed information about songs including metadata, artist information, and associated lyrics for complete music data integration.</p>
70+
</div>
71+
<div class="feature-card">
72+
<h3>Free & Open Source</h3>
73+
<p>Completely free to use with no hidden costs. Open-source codebase on GitHub allows you to contribute, customize, and understand how it works.</p>
74+
</div>
75+
<div class="feature-card">
76+
<h3>Simple Integration</h3>
77+
<p>Developer-friendly API structure designed for quick and easy integration. Start making API calls in minutes with minimal setup required.</p>
78+
</div>
79+
<div class="feature-card">
80+
<h3>Educational Purpose</h3>
81+
<p>Provided for educational, research, and non-commercial purposes to promote Sinhala music and culture while respecting artist rights.</p>
82+
</div>
83+
<div class="feature-card">
84+
<h3>Multiple Endpoints</h3>
85+
<p>Versatile API endpoints for artists, songs, and lyrics retrieval. Access data at different levels based on your application needs.</p>
86+
</div>
87+
<div class="feature-card">
88+
<h3>Active Development</h3>
89+
<p>Regularly updated with new features and improvements. More endpoints and enhanced documentation are continuously being added.</p>
90+
</div>
91+
<div class="feature-card">
92+
<h3>Community Driven</h3>
93+
<p>Welcome contributions from developers. Help grow the largest Sinhala lyrics resource by contributing data, features, or improvements.</p>
94+
</div>
95+
</div>
96+
</section>
97+
98+
<!-- Why Choose Section -->
99+
<section class="section">
100+
<h2>Why Choose SinSo API?</h2>
101+
<div class="benefits-grid">
102+
<div class="benefit">
103+
<h3>Largest Collection</h3>
104+
<p>The most comprehensive open-source Sinhala lyrics database available, covering thousands of songs across genres.</p>
105+
</div>
106+
<div class="benefit">
107+
<h3>Developer-Friendly</h3>
108+
<p>Simple, intuitive API design makes integration quick and painless. Start building in minutes with clear documentation.</p>
109+
</div>
110+
<div class="benefit">
111+
<h3>Free & Open Source</h3>
112+
<p>Completely free to use with no licensing fees. Open-source codebase allows customization and community contributions.</p>
113+
</div>
114+
<div class="benefit">
115+
<h3>Cultural Promotion</h3>
116+
<p>Help promote Sinhala music and culture while respecting artist rights and intellectual property.</p>
117+
</div>
118+
</div>
119+
</section>
120+
121+
<!-- Getting Started Section -->
122+
<section class="section">
123+
<h2>API Endpoints</h2>
124+
<p>SinSo API provides simple and intuitive REST endpoints for accessing Sinhala song lyrics data:</p>
125+
<div class="steps">
126+
<div class="step">
127+
<span class="step-number">1</span>
128+
<div class="step-content">
129+
<h3>/v1/artists/</h3>
130+
<p>Retrieve all artists available in the database</p>
131+
</div>
132+
</div>
133+
<div class="step">
134+
<span class="step-number">2</span>
135+
<div class="step-content">
136+
<h3>/v1/artists/{artistId}</h3>
137+
<p>Get details of a specific artist including their songs</p>
138+
</div>
139+
</div>
140+
<div class="step">
141+
<span class="step-number">3</span>
142+
<div class="step-content">
143+
<h3>/v1/songs/</h3>
144+
<p>List all songs available in the database</p>
145+
</div>
146+
</div>
147+
<div class="step">
148+
<span class="step-number">4</span>
149+
<div class="step-content">
150+
<h3>/v1/songs/{songId}</h3>
151+
<p>Retrieve details of a specific song including metadata</p>
152+
</div>
153+
</div>
154+
<div class="step">
155+
<span class="step-number">5</span>
156+
<div class="step-content">
157+
<h3>/v1/lyrics/{lyricId}</h3>
158+
<p>Get lyrics content by lyric ID</p>
159+
</div>
160+
</div>
161+
</div>
162+
<p style="text-align: center; margin-top: 2rem; font-style: italic;">More endpoints and documentation coming soon!</p>
163+
</section>
164+
165+
<!-- Contact Section -->
166+
<section class="section" id="contact">
167+
<h2>Contact & Contribute</h2>
168+
<p>We welcome contributions and feedback! Whether you want to contribute lyrics data, report bugs, suggest features, or need support, we're here to help.</p>
169+
<div class="contact-grid">
170+
<div class="contact-item">
171+
<h3>Email</h3>
172+
<p><a href="mailto:vishal@vishalrashmika.com">vishal@vishalrashmika.com</a></p>
173+
</div>
174+
<div class="contact-item">
175+
<h3>Connect With Us</h3>
176+
<p>
177+
<a href="https:&#x2F;&#x2F;github.com&#x2F;SinSo-API" target="_blank" rel="noopener">GitHub</a> - Contribute, report issues, or star the project
178+
</p>
179+
</div>
180+
</div>
181+
<div style="margin-top: 2rem; padding: 1.5rem; background: rgba(255,255,255,0.05); border-radius: 8px;">
182+
<h3 style="margin-bottom: 1rem;">Copyright Notice</h3>
183+
<p style="margin-bottom: 0.5rem;"><strong>Important:</strong> All song lyrics are the intellectual property of their respective artists, composers, and publishers. SinSo API does not claim ownership of any lyrical content.</p>
184+
<p style="font-size: 0.9rem;">Lyrics are provided for educational, research, and non-commercial purposes. Commercial use may require proper licensing. Please respect intellectual property rights and give proper attribution to artists.</p>
185+
</div>
186+
</section>
187+
188+
<!-- CTA Section -->
189+
<section class="section cta-section">
190+
<h2>Support the Project</h2>
191+
<p>If you find SinSo API helpful, consider supporting us! Your support helps keep the API running and updated with new features.</p>
192+
<div class="cta-actions">
193+
<a href="https://www.buymeacoffee.com/vishalrashmika/" target="_blank" rel="noopener" class="btn-primary">Buy Me a Coffee</a>
194+
<a href="https:&#x2F;&#x2F;github.com&#x2F;SinSo-API" target="_blank" rel="noopener" class="btn-secondary">Star on GitHub</a>
195+
</div>
196+
</section>
197+
198+
<!-- Footer -->
199+
<footer class="footer">
200+
<p>&copy; 2025 SinSo API. All rights reserved. | All song lyrics are property of their respective artists and creators.</p>
201+
</footer>
202+
</div>
203+
204+
</body>
205+
</html>

robots.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
User-agent: *
2+
Disallow:
3+
Allow: /
4+
Sitemap: ./sitemap.xml

sitemap.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
3+
<url>
4+
<loc>./</loc>
5+
</url>
6+
</urlset>

0 commit comments

Comments
 (0)